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

References

tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
  452   const LocationContext *LeakContext = N->getLocationContext();
  455   const ExplodedNode *AllocNode = N;
  457   while (N) {
  458     if (!N->getState()->get<AllocatedData>(Sym))
  462     const LocationContext *NContext = N->getLocationContext();
  465       AllocNode = N;
  466     N = N->pred_empty() ? nullptr : *(N->pred_begin());
  466     N = N->pred_empty() ? nullptr : *(N->pred_begin());
  466     N = N->pred_empty() ? nullptr : *(N->pred_begin());