Searched refs:FunctionsToTrack (Results 1 – 1 of 1) sorted by relevance
84 static const ADFunctionInfo FunctionsToTrack[FunctionsToTrackSize]; member in __anonbaf05abd0111::MacOSKeychainAPIChecker172 MacOSKeychainAPIChecker::FunctionsToTrack[FunctionsToTrackSize] = { member in MacOSKeychainAPIChecker186 ADFunctionInfo FI = FunctionsToTrack[I]; in getTrackedFunctionIndex()258 FunctionsToTrack[AP.second->AllocatorIdx].DeallocatorIdx; in generateDeallocatorMismatchReport()261 << FunctionsToTrack[PDeallocIdx].Name << "' should be used."; in generateDeallocatorMismatchReport()285 unsigned paramIdx = FunctionsToTrack[idx].Param; in checkPreStmt()302 unsigned int DIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx; in checkPreStmt()305 << FunctionsToTrack[DIdx].Name in checkPreStmt()322 unsigned paramIdx = FunctionsToTrack[idx].Param; in checkPreStmt()347 if (!AS && FunctionsToTrack[idx].Kind != ValidAPI) { in checkPreStmt()[all …]