Lines Matching refs:FunctionsToTrack
94 static const ADFunctionInfo FunctionsToTrack[FunctionsToTrackSize]; member in __anonf1e97ce70111::MacOSKeychainAPIChecker
170 MacOSKeychainAPIChecker::FunctionsToTrack[FunctionsToTrackSize] = { member in MacOSKeychainAPIChecker
184 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()
392 unsigned int PDeallocIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx; in checkPreStmt()
393 if (PDeallocIdx != idx || (FunctionsToTrack[idx].Kind == ErrorAPI)) { in checkPreStmt()
416 const Expr *ArgExpr = CE->getArg(FunctionsToTrack[idx].Param); in checkPostStmt()
475 const ADFunctionInfo &FI = FunctionsToTrack[AP.second->AllocatorIdx]; in generateAllocatedDataNotReleasedReport()
480 << FunctionsToTrack[FI.DeallocatorIdx].Name << "'."; in generateAllocatedDataNotReleasedReport()
643 const Expr *ArgExpr = CE->getArg(FunctionsToTrack[Idx].Param); in VisitNode()