clang
6.0.0
|
#include "clang/StaticAnalyzer/Core/PathSensitive/BlockCounter.h"
Public Member Functions | |
Factory (llvm::BumpPtrAllocator &Alloc) | |
~Factory () | |
BlockCounter | GetEmptyCounter () |
BlockCounter | IncrementCount (BlockCounter BC, const StackFrameContext *CallSite, unsigned BlockID) |
Definition at line 41 of file BlockCounter.h.
BlockCounter::Factory::Factory | ( | llvm::BumpPtrAllocator & | Alloc | ) |
Definition at line 65 of file BlockCounter.cpp.
BlockCounter::Factory::~Factory | ( | ) |
Definition at line 69 of file BlockCounter.cpp.
BlockCounter BlockCounter::Factory::GetEmptyCounter | ( | ) |
Definition at line 83 of file BlockCounter.cpp.
References GetFactory(), and getRoot().
BlockCounter BlockCounter::Factory::IncrementCount | ( | BlockCounter | BC, |
const StackFrameContext * | CallSite, | ||
unsigned | BlockID | ||
) |
Definition at line 74 of file BlockCounter.cpp.
References GetFactory(), GetMap(), clang::ento::BlockCounter::getNumVisited(), and getRoot().