|
clang 23.0.0git
|
#include "clang/StaticAnalyzer/Core/PathSensitive/BlockCounter.h"
Public Member Functions | |
| Factory (llvm::BumpPtrAllocator &Alloc) | |
| ~Factory () | |
| BlockCounter | GetEmptyCounter () |
| BlockCounter | IncrementCount (BlockCounter BC, const StackFrame *CallSite, unsigned BlockID) |
Definition at line 39 of file BlockCounter.h.
| BlockCounter::Factory::Factory | ( | llvm::BumpPtrAllocator & | Alloc | ) |
Definition at line 63 of file BlockCounter.cpp.
| BlockCounter::Factory::~Factory | ( | ) |
Definition at line 67 of file BlockCounter.cpp.
| BlockCounter BlockCounter::Factory::GetEmptyCounter | ( | ) |
Definition at line 80 of file BlockCounter.cpp.
References clang::ento::BlockCounter::BlockCounter(), and GetFactory().
| BlockCounter BlockCounter::Factory::IncrementCount | ( | BlockCounter | BC, |
| const StackFrame * | CallSite, | ||
| unsigned | BlockID ) |
Definition at line 71 of file BlockCounter.cpp.
References clang::ento::BlockCounter::BlockCounter(), GetFactory(), GetMap(), and clang::ento::BlockCounter::getNumVisited().