Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp89 unsigned int DeallocatorIdx; member
188 if (IsAllocator && (FI.DeallocatorIdx == InvalidIdx)) in getTrackedFunctionIndex()
190 if (!IsAllocator && (FI.DeallocatorIdx != InvalidIdx)) in getTrackedFunctionIndex()
238 FunctionsToTrack[AP.second->AllocatorIdx].DeallocatorIdx; in generateDeallocatorMismatchReport()
281 unsigned int DIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx; in checkPreStmt()
392 unsigned int PDeallocIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx; in checkPreStmt()
480 << FunctionsToTrack[FI.DeallocatorIdx].Name << "'."; in generateAllocatedDataNotReleasedReport()