Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp112 ProgramPoint progPoint = node->getLocation(); in shouldCollect() local
113 if (progPoint.getAs<PreStmtPurgeDeadSymbols>()) in shouldCollect()
114 return !progPoint.getTag(); in shouldCollect()
117 if (!progPoint.getAs<PostStmt>() || progPoint.getAs<PostStore>()) in shouldCollect()
121 if (progPoint.getTag()) in shouldCollect()
128 progPoint.getLocationContext() != pred->getLocationContext()) in shouldCollect()
133 const Expr *Ex = dyn_cast<Expr>(progPoint.castAs<PostStmt>().getStmt()); in shouldCollect()
147 ParentMap &PM = progPoint.getLocationContext()->getParentMap(); in shouldCollect()
DBugReporterVisitors.cpp1224 ProgramPoint progPoint = N->getLocation(); in VisitNodeImpl() local
1237 if (Optional<BlockEdge> BE = progPoint.getAs<BlockEdge>()) { in VisitNodeImpl()
1244 if (Optional<PostStmt> PS = progPoint.getAs<PostStmt>()) { in VisitNodeImpl()