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

References

tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
  475   const ADFunctionInfo &FI = FunctionsToTrack[AP.second->AllocatorIdx];
  486   const ExplodedNode *AllocNode = getAllocationNode(N, AP.first, C);
  498   Report->addVisitor(std::make_unique<SecKeychainBugVisitor>(AP.first));
  499   markInteresting(Report.get(), AP);