Searched defs:DeallocatorIdx (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp79 unsigned int DeallocatorIdx; member in struct:__anon18200::MacOSKeychainAPIChecker::ADFunctionInfo
192 if (IsAllocator && (FI.DeallocatorIdx == InvalidIdx))
194 if (!IsAllocator && (FI.DeallocatorIdx != InvalidIdx))
268 FunctionsToTrack[AP.second->AllocatorIdx].DeallocatorIdx;
308 unsigned int DIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx;
416 unsigned int PDeallocIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx;
521 << FunctionsToTrack[FI.DeallocatorIdx].Name << "'.";

Completed in 143 milliseconds