Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp102 ProgramPoint progPoint = node->getLocation(); in shouldCollect() local
103 if (progPoint.getAs<PreStmtPurgeDeadSymbols>()) in shouldCollect()
104 return !progPoint.getTag(); in shouldCollect()
107 if (!progPoint.getAs<PostStmt>() || progPoint.getAs<PostStore>()) in shouldCollect()
111 if (progPoint.getTag()) in shouldCollect()
118 progPoint.getLocationContext() != pred->getLocationContext()) in shouldCollect()
123 const Expr *Ex = dyn_cast<Expr>(progPoint.castAs<PostStmt>().getStmt()); in shouldCollect()
137 const ParentMap &PM = progPoint.getLocationContext()->getParentMap(); in shouldCollect()