Searched refs:FunctionsToTrack (Results 1 – 1 of 1) sorted by relevance
96 static const ADFunctionInfo FunctionsToTrack[FunctionsToTrackSize]; member in __anon6a7fd89c0111::MacOSKeychainAPIChecker166 MacOSKeychainAPIChecker::FunctionsToTrack[FunctionsToTrackSize] = { member in MacOSKeychainAPIChecker180 ADFunctionInfo FI = FunctionsToTrack[I]; in getTrackedFunctionIndex()232 FunctionsToTrack[AP.second->AllocatorIdx].DeallocatorIdx; in generateDeallocatorMismatchReport()235 << FunctionsToTrack[PDeallocIdx].Name << "' should be used."; in generateDeallocatorMismatchReport()259 unsigned paramIdx = FunctionsToTrack[idx].Param; in checkPreStmt()274 unsigned int DIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx; in checkPreStmt()277 << FunctionsToTrack[DIdx].Name in checkPreStmt()293 unsigned paramIdx = FunctionsToTrack[idx].Param; in checkPreStmt()342 if (FunctionsToTrack[idx].Kind == PossibleAPI) { in checkPreStmt()[all …]