Home
last modified time | relevance | path

Searched refs:shouldPurgeDead (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAnalysisManager.h163 bool shouldPurgeDead() const { return PurgeDead; } in shouldPurgeDead() function
/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp801 OldMgr.shouldPurgeDead(), in generateNode()
DExprEngine.cpp252 if (AMgr.shouldPurgeDead()) { in ProcessStmt()