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

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp41 unsigned int AllocatorIdx; member in struct:__anon996::MacOSKeychainAPIChecker::AllocationState
45 AllocatorIdx(Idx),
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];

Completed in 205 milliseconds