Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h52 BlockCounter getBlockCounter() const { return counter; } in getBlockCounter() function
81 BlockCounter getBlockCounter() const { return CurrentCounter; } in getBlockCounter() function
H A DCoreEngine.h213 return Eng.WList->getBlockCounter().getNumVisited( in blockCount()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp144 WList->setBlockCounter(WU.getBlockCounter()); in ExecuteWorkList()
264 BlockCounter Counter = WList->getBlockCounter(); in HandleBlockEntrance()