Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp111 ProgramPoint progPoint = node->getLocation(); in shouldCollect() local
112 if (progPoint.getAs<PreStmtPurgeDeadSymbols>()) in shouldCollect()
113 return !progPoint.getTag(); in shouldCollect()
116 if (!progPoint.getAs<PostStmt>() || progPoint.getAs<PostStore>()) in shouldCollect()
120 if (progPoint.getTag()) in shouldCollect()
127 progPoint.getLocationContext() != pred->getLocationContext()) in shouldCollect()
132 const Expr *Ex = dyn_cast<Expr>(progPoint.castAs<PostStmt>().getStmt()); in shouldCollect()
146 ParentMap &PM = progPoint.getLocationContext()->getParentMap(); in shouldCollect()
DBugReporterVisitors.cpp1173 ProgramPoint progPoint = N->getLocation(); in VisitNodeImpl() local
1186 if (Optional<BlockEdge> BE = progPoint.getAs<BlockEdge>()) { in VisitNodeImpl()
1193 if (Optional<PostStmt> PS = progPoint.getAs<PostStmt>()) { in VisitNodeImpl()