Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DWorkList.h80 void setBlockCounter(BlockCounter C) { CurrentCounter = C; } in setBlockCounter() function
/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp192 WList->setBlockCounter(BCounterFactory.GetEmptyCounter()); in ExecuteWorkList()
231 WList->setBlockCounter(WU.getBlockCounter()); in ExecuteWorkList()
344 WList->setBlockCounter(Counter); in HandleBlockEntrance()