HomeSort by relevance Sort by last modified time
    Searched refs:getBlockCounter (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 52 BlockCounter getBlockCounter() const { return counter; }
81 BlockCounter getBlockCounter() const { return CurrentCounter; }
CoreEngine.h 193 return Eng.WList->getBlockCounter().getNumVisited(
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 217 WList->setBlockCounter(WU.getBlockCounter());
328 BlockCounter Counter = WList->getBlockCounter();

Completed in 77 milliseconds