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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp112 ProgramPoint progPoint = node->getLocation();
113 if (progPoint.getAs<PreStmtPurgeDeadSymbols>())
114 return !progPoint.getTag();
117 if (!progPoint.getAs<PostStmt>() || progPoint.getAs<PostStore>())
121 if (progPoint.getTag())
128 progPoint.getLocationContext() != pred->getLocationContext())
133 const Expr *Ex = dyn_cast<Expr>(progPoint.castAs<PostStmt>().getStmt());
147 ParentMap &PM = progPoint.getLocationContext()->getParentMap();
H A DBugReporterVisitors.cpp1166 ProgramPoint progPoint = N->getLocation(); local
1179 if (Optional<BlockEdge> BE = progPoint.getAs<BlockEdge>()) {
1186 if (Optional<PostStmt> PS = progPoint.getAs<PostStmt>()) {

Completed in 106 milliseconds