Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h221 return Eng.WList->getBlockCounter().getNumVisited( in blockCount()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp142 WList->setBlockCounter(WU.getBlockCounter()); in ExecuteWorkList()
281 BlockCounter Counter = WList->getBlockCounter(); in HandleBlockEntrance()