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

References

tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
   49       return (AllocatorIdx == X.AllocatorIdx &&
   49       return (AllocatorIdx == X.AllocatorIdx &&
   54       ID.AddInteger(AllocatorIdx);
  238                FunctionsToTrack[AP.second->AllocatorIdx].DeallocatorIdx;
  281         unsigned int DIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx;
  392   unsigned int PDeallocIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx;
  475   const ADFunctionInfo &FI = FunctionsToTrack[AP.second->AllocatorIdx];