clang
3.9.0
|
#include "clang/StaticAnalyzer/Core/PathSensitive/BlockCounter.h"
#include "llvm/ADT/ImmutableMap.h"
Go to the source code of this file.
Typedefs | |
typedef llvm::ImmutableMap < CountKey, unsigned > | CountMap |
Functions | |
static CountMap | GetMap (void *D) |
static CountMap::Factory & | GetFactory (void *F) |
typedef llvm::ImmutableMap<CountKey, unsigned> CountMap |
Definition at line 48 of file BlockCounter.cpp.
|
inlinestatic |
Definition at line 54 of file BlockCounter.cpp.
Referenced by clang::ento::BlockCounter::Factory::GetEmptyCounter(), and clang::ento::BlockCounter::Factory::IncrementCount().
|
inlinestatic |
Definition at line 50 of file BlockCounter.cpp.
Referenced by clang::ento::BlockCounter::getNumVisited(), and clang::ento::BlockCounter::Factory::IncrementCount().