Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h377 void enableNodeReclamation() { reclaimNodes = true; } in enableNodeReclamation() function
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp78 G.enableNodeReclamation(); in ExprEngine()