Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp39 unsigned int AllocatorIdx; member
43 AllocatorIdx(Idx), in AllocationState()
47 return (AllocatorIdx == X.AllocatorIdx && in operator ==()
52 ID.AddInteger(AllocatorIdx); in Profile()
267 FunctionsToTrack[AP.second->AllocatorIdx].DeallocatorIdx; in generateDeallocatorMismatchReport()
307 unsigned int DIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx; in checkPreStmt()
415 unsigned int PDeallocIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx; in checkPreStmt()
515 const ADFunctionInfo &FI = FunctionsToTrack[AP.second->AllocatorIdx]; in generateAllocatedDataNotReleasedReport()