Home
last modified time | relevance | path

Searched refs:BCounterFactory (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp76 BCounterFactory(G.getAllocator()), FunctionSummaries(FS) {} in CoreEngine()
103 WList->setBlockCounter(BCounterFactory.GetEmptyCounter()); in ExecuteWorkList()
282 Counter = BCounterFactory.IncrementCount(Counter, LC->getStackFrame(), in HandleBlockEntrance()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h85 BlockCounter::Factory BCounterFactory; variable