Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h51 BlockCounter getBlockCounter() const { return counter; } in getBlockCounter() function
80 BlockCounter getBlockCounter() const { return CurrentCounter; } in getBlockCounter() function
H A DCoreEngine.h223 return Eng.WList->getBlockCounter().getNumVisited( in blockCount()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp154 setBlockCounter(WU.getBlockCounter()); in ExecuteWorkList()
299 BlockCounter Counter = WList->getBlockCounter(); in HandleBlockEntrance()