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 187 assert(ReclaimCounter > 0);
188 if (--ReclaimCounter != 0)
190 ReclaimCounter = ReclaimNodeInterval;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 286 unsigned ReclaimCounter;
391 ReclaimCounter = ReclaimNodeInterval = Interval;

Completed in 458 milliseconds