reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
  104   if (progPoint.getAs<PreStmtPurgeDeadSymbols>())
  105     return !progPoint.getTag();
  108   if (!progPoint.getAs<PostStmt>() || progPoint.getAs<PostStore>())
  108   if (!progPoint.getAs<PostStmt>() || progPoint.getAs<PostStore>())
  112   if (progPoint.getTag())
  119       progPoint.getLocationContext() != pred->getLocationContext())
  124   const Expr *Ex = dyn_cast<Expr>(progPoint.castAs<PostStmt>().getStmt());
  138   const ParentMap &PM = progPoint.getLocationContext()->getParentMap();