Lines Matching refs:FunctionsToTrack
95 static const ADFunctionInfo FunctionsToTrack[FunctionsToTrackSize]; member in __anon3797eaeb0111::MacOSKeychainAPIChecker
168 MacOSKeychainAPIChecker::FunctionsToTrack[FunctionsToTrackSize] = { member in MacOSKeychainAPIChecker
182 ADFunctionInfo FI = FunctionsToTrack[I]; in getTrackedFunctionIndex()
236 FunctionsToTrack[AP.second->AllocatorIdx].DeallocatorIdx; in generateDeallocatorMismatchReport()
239 << FunctionsToTrack[PDeallocIdx].Name << "' should be used."; in generateDeallocatorMismatchReport()
263 unsigned paramIdx = FunctionsToTrack[idx].Param; in checkPreStmt()
279 unsigned int DIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx; in checkPreStmt()
282 << FunctionsToTrack[DIdx].Name in checkPreStmt()
298 unsigned paramIdx = FunctionsToTrack[idx].Param; in checkPreStmt()
348 if (FunctionsToTrack[idx].Kind == PossibleAPI) { in checkPreStmt()
389 unsigned int PDeallocIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx; in checkPreStmt()
390 if (PDeallocIdx != idx || (FunctionsToTrack[idx].Kind == ErrorAPI)) { in checkPreStmt()
413 const Expr *ArgExpr = CE->getArg(FunctionsToTrack[idx].Param); in checkPostStmt()
472 const ADFunctionInfo &FI = FunctionsToTrack[AP.second->AllocatorIdx]; in generateAllocatedDataNotReleasedReport()
477 << FunctionsToTrack[FI.DeallocatorIdx].Name << "'."; in generateAllocatedDataNotReleasedReport()
639 const Expr *ArgExpr = CE->getArg(FunctionsToTrack[Idx].Param); in VisitNode()