Searched refs:ReclaimCounter (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp187 assert(ReclaimCounter > 0);
188 if (--ReclaimCounter != 0)
190 ReclaimCounter = ReclaimNodeInterval;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h288 unsigned ReclaimCounter; member in class:clang::ento::ExplodedGraph
382 ReclaimCounter = ReclaimNodeInterval = Interval;

Completed in 214 milliseconds