Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp90 unsigned int DeallocatorIdx; member
186 if (IsAllocator && (FI.DeallocatorIdx == InvalidIdx)) in getTrackedFunctionIndex()
188 if (!IsAllocator && (FI.DeallocatorIdx != InvalidIdx)) in getTrackedFunctionIndex()
236 FunctionsToTrack[AP.second->AllocatorIdx].DeallocatorIdx; in generateDeallocatorMismatchReport()
279 unsigned int DIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx; in checkPreStmt()
389 unsigned int PDeallocIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx; in checkPreStmt()
477 << FunctionsToTrack[FI.DeallocatorIdx].Name << "'."; in generateAllocatedDataNotReleasedReport()