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

References

tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  633   const ExplodedNode *AllocationNode = N;
  634   const ExplodedNode *AllocationNodeInCurrentOrParentContext = N;
  636   const LocationContext *LeakContext = N->getLocationContext();
  642   while (N) {
  643     ProgramStateRef St = N->getState();
  644     const LocationContext *NContext = N->getLocationContext();
  662     AllocationNode = N;
  672       AllocationNodeInCurrentOrParentContext = N;
  677       if (auto CEP = N->getLocation().getAs<CallEnter>()) {
  689     N = N->getFirstPred();
  689     N = N->getFirstPred();
  705   assert(N && "Could not find allocation node");