Home
last modified time | relevance | path

Searched refs:GetEmptyCounter (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBlockCounter.h47 BlockCounter GetEmptyCounter();
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp83 BlockCounter::Factory::GetEmptyCounter() { in GetEmptyCounter() function in BlockCounter::Factory
H A DCoreEngine.cpp105 WList->setBlockCounter(BCounterFactory.GetEmptyCounter()); in ExecuteWorkList()