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

  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 182 assert(ReclaimCounter > 0);
183 if (--ReclaimCounter != 0)
185 ReclaimCounter = ReclaimNodeInterval;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 284 unsigned ReclaimCounter;
378 ReclaimCounter = ReclaimNodeInterval = Interval;

Completed in 501 milliseconds