Searched refs:FunctionsToTrack (Results 1 – 1 of 1) sorted by relevance
97 static const ADFunctionInfo FunctionsToTrack[FunctionsToTrackSize]; member in __anon9e87a26e0111::MacOSKeychainAPIChecker167 MacOSKeychainAPIChecker::FunctionsToTrack[FunctionsToTrackSize] = { member in MacOSKeychainAPIChecker181 ADFunctionInfo FI = FunctionsToTrack[I]; in getTrackedFunctionIndex()233 FunctionsToTrack[AP.second->AllocatorIdx].DeallocatorIdx; in generateDeallocatorMismatchReport()236 << FunctionsToTrack[PDeallocIdx].Name << "' should be used."; in generateDeallocatorMismatchReport()260 unsigned paramIdx = FunctionsToTrack[idx].Param; in checkPreStmt()275 unsigned int DIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx; in checkPreStmt()278 << FunctionsToTrack[DIdx].Name in checkPreStmt()294 unsigned paramIdx = FunctionsToTrack[idx].Param; in checkPreStmt()343 if (FunctionsToTrack[idx].Kind == PossibleAPI) { in checkPreStmt()[all …]