Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp257 unsigned int PDeallocIdx = in generateDeallocatorMismatchReport() local
261 << FunctionsToTrack[PDeallocIdx].Name << "' should be used."; in generateDeallocatorMismatchReport()
414 unsigned int PDeallocIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx; in checkPreStmt() local
415 if (PDeallocIdx != idx || (FunctionsToTrack[idx].Kind == ErrorAPI)) { in checkPreStmt()