HomeSort by relevance Sort by last modified time
    Searched refs:getBlockCounter (Results 1 - 4 of 4) 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 198 BlockCounter getBlockCounter() const { return Eng.WList->getBlockCounter();}
201 return getBlockCounter().getNumVisited(
308 BlockCounter getBlockCounter() const { return Eng.WList->getBlockCounter();}
444 BlockCounter getBlockCounter() const {
445 return engine.WList->getBlockCounter();
492 BlockCounter getBlockCounter() const {
493 return Eng.WList->getBlockCounter();
497 return getBlockCounter().getNumVisited
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 208 WList->setBlockCounter(WU.getBlockCounter());
319 BlockCounter Counter = WList->getBlockCounter();
ExprEngine.cpp 811 if (nodeBuilder.getBlockCounter().getNumVisited(
    [all...]

Completed in 58 milliseconds