HomeSort by relevance Sort by last modified time
    Searched refs:progPoint (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 112 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();
BugReporterVisitors.cpp 872 ProgramPoint ProgPoint = NI->getLocation();
873 if (Optional<BlockEdge> BE = ProgPoint.getAs<BlockEdge>()) {
    [all...]

Completed in 42 milliseconds