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

References

tools/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp
  226   const LocationContext *LeakContext = N->getLocationContext();
  227   const ExplodedNode *StartCallNode = N;
  231   while (N) {
  232     ProgramStateRef State = N->getState();
  239     const LocationContext *NContext = N->getLocationContext();
  241       StartCallNode = N;
  242     N = N->pred_empty() ? nullptr : *(N->pred_begin());
  242     N = N->pred_empty() ? nullptr : *(N->pred_begin());
  242     N = N->pred_empty() ? nullptr : *(N->pred_begin());