Searched refs:FunctionsToTrack (Results 1 – 1 of 1) sorted by relevance
94 static const ADFunctionInfo FunctionsToTrack[FunctionsToTrackSize]; member in __anonf1e97ce70111::MacOSKeychainAPIChecker170 MacOSKeychainAPIChecker::FunctionsToTrack[FunctionsToTrackSize] = { member in MacOSKeychainAPIChecker184 ADFunctionInfo FI = FunctionsToTrack[I]; in getTrackedFunctionIndex()238 FunctionsToTrack[AP.second->AllocatorIdx].DeallocatorIdx; in generateDeallocatorMismatchReport()241 << FunctionsToTrack[PDeallocIdx].Name << "' should be used."; in generateDeallocatorMismatchReport()265 unsigned paramIdx = FunctionsToTrack[idx].Param; in checkPreStmt()281 unsigned int DIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx; in checkPreStmt()284 << FunctionsToTrack[DIdx].Name in checkPreStmt()301 unsigned paramIdx = FunctionsToTrack[idx].Param; in checkPreStmt()351 if (FunctionsToTrack[idx].Kind == PossibleAPI) { in checkPreStmt()[all …]