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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp39 unsigned int AllocatorIdx; member in struct:__anon3570::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 50 milliseconds