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.cpp99 ProgramPoint progPoint = node->getLocation(); in shouldCollect() local
100 if (progPoint.getAs<PreStmtPurgeDeadSymbols>()) in shouldCollect()
101 return !progPoint.getTag(); in shouldCollect()
104 if (!progPoint.getAs<PostStmt>() || progPoint.getAs<PostStore>()) in shouldCollect()
108 if (progPoint.getTag()) in shouldCollect()
115 progPoint.getLocationContext() != pred->getLocationContext()) in shouldCollect()
120 const Expr *Ex = dyn_cast<Expr>(progPoint.castAs<PostStmt>().getStmt()); in shouldCollect()
134 const ParentMap &PM = progPoint.getLocationContext()->getParentMap(); in shouldCollect()