HomeSort by relevance Sort by last modified time
    Searched refs:reclaimNodes (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 272 bool reclaimNodes;
301 freeNodes(0), reclaimNodes(false) {}
361 void enableNodeReclamation() { reclaimNodes = true; }
  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 51 if (reclaimNodes) {
239 if (reclaimNodes) {

Completed in 87 milliseconds