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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 80 void setBlockCounter(BlockCounter C) { CurrentCounter = C; }
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 192 WList->setBlockCounter(BCounterFactory.GetEmptyCounter());
218 WList->setBlockCounter(WU.getBlockCounter());
332 WList->setBlockCounter(Counter);

Completed in 44 milliseconds