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 111 ProgramPoint progPoint = node->getLocation();
112 if (progPoint.getAs<PreStmtPurgeDeadSymbols>())
113 return !progPoint.getTag();
116 if (!progPoint.getAs<PostStmt>() || progPoint.getAs<PostStore>())
120 PostStmt ps = progPoint.castAs<PostStmt>();
128 progPoint.getLocationContext() != pred->getLocationContext())
146 ParentMap &PM = progPoint.getLocationContext()->getParentMap();
BugReporterVisitors.cpp     [all...]

Completed in 39 milliseconds