Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp176 assert(ReclaimCounter > 0); in reclaimRecentlyAllocatedNodes()
177 if (--ReclaimCounter != 0) in reclaimRecentlyAllocatedNodes()
179 ReclaimCounter = ReclaimNodeInterval; in reclaimRecentlyAllocatedNodes()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h342 unsigned ReclaimCounter; variable
442 ReclaimCounter = ReclaimNodeInterval = Interval; in enableNodeReclamation()