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

References

tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
  188     if (IsAllocator && (FI.DeallocatorIdx == InvalidIdx))
  190     if (!IsAllocator && (FI.DeallocatorIdx != InvalidIdx))
  238                FunctionsToTrack[AP.second->AllocatorIdx].DeallocatorIdx;
  281         unsigned int DIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx;
  392   unsigned int PDeallocIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx;
  480       << FunctionsToTrack[FI.DeallocatorIdx].Name << "'.";