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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 54 BlockCounter getBlockCounter() const { return counter; }
82 BlockCounter getBlockCounter() const { return CurrentCounter; }
CoreEngine.h 202 BlockCounter getBlockCounter() const { return C.Eng.WList->getBlockCounter();}
270 return getBlockCounter().getNumVisited(
282 BlockCounter getBlockCounter() const { return Eng.WList->getBlockCounter(); }
525 BlockCounter getBlockCounter() const {
526 return engine.WList->getBlockCounter();
572 return getBlockCounter().getNumVisited(

Completed in 331 milliseconds