Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp101 ProgramPoint progPoint = node->getLocation(); in shouldCollect() local
102 if (progPoint.getAs<PreStmtPurgeDeadSymbols>()) in shouldCollect()
103 return !progPoint.getTag(); in shouldCollect()
106 if (!progPoint.getAs<PostStmt>() || progPoint.getAs<PostStore>()) in shouldCollect()
110 if (progPoint.getTag()) in shouldCollect()
117 progPoint.getLocationContext() != pred->getLocationContext()) in shouldCollect()
122 const Expr *Ex = dyn_cast<Expr>(progPoint.castAs<PostStmt>().getStmt()); in shouldCollect()
136 const ParentMap &PM = progPoint.getLocationContext()->getParentMap(); in shouldCollect()