Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp79 BCounterFactory(G.getAllocator()), FunctionSummaries(FS) {} in CoreEngine()
112 setBlockCounter(BCounterFactory.GetEmptyCounter()); in ExecuteWorkList()
300 Counter = BCounterFactory.IncrementCount(Counter, LC->getStackFrame(), in HandleBlockEntrance()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h87 BlockCounter::Factory BCounterFactory; variable