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

References

tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
 1368   const ExplodedNode *Pred = Succ->getFirstPred();
 1396     if (Succ->getState()->getSVal(R) != V)
 1399     if (hasVisibleUpdate(Pred, Pred->getState()->getSVal(R), Succ, V)) {
 1400       Optional<PostStore> PS = Succ->getLocationAs<PostStore>();
 1405     StoreSite = Succ;
 1409     if (Optional<PostStmt> P = Succ->getLocationAs<PostStmt>())
 1418     if (Optional<CallEnter> CE = Succ->getLocationAs<CallEnter>()) {
 1426                                                   Succ->getState());