Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp177 assert(ReclaimCounter > 0); in reclaimRecentlyAllocatedNodes()
178 if (--ReclaimCounter != 0) in reclaimRecentlyAllocatedNodes()
180 ReclaimCounter = ReclaimNodeInterval; in reclaimRecentlyAllocatedNodes()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h343 unsigned ReclaimCounter; variable
447 ReclaimCounter = ReclaimNodeInterval = Interval; in enableNodeReclamation()