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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp39 unsigned int AllocatorIdx; member in struct:__anon18200::MacOSKeychainAPIChecker::AllocationState
43 AllocatorIdx(Idx),
47 return (AllocatorIdx == X.AllocatorIdx &&
52 ID.AddInteger(AllocatorIdx);
268 FunctionsToTrack[AP.second->AllocatorIdx].DeallocatorIdx;
308 unsigned int DIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx;
416 unsigned int PDeallocIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx;
516 const ADFunctionInfo &FI = FunctionsToTrack[AP.second->AllocatorIdx];

Completed in 127 milliseconds