Lines Matching refs:FunctionsToTrack
97 static const ADFunctionInfo FunctionsToTrack[FunctionsToTrackSize]; member in __anonef1c62cf0111::MacOSKeychainAPIChecker
167 MacOSKeychainAPIChecker::FunctionsToTrack[FunctionsToTrackSize] = { member in MacOSKeychainAPIChecker
181 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()
384 unsigned int PDeallocIdx = FunctionsToTrack[AS->AllocatorIdx].DeallocatorIdx; in checkPreStmt()
385 if (PDeallocIdx != idx || (FunctionsToTrack[idx].Kind == ErrorAPI)) { in checkPreStmt()
408 const Expr *ArgExpr = CE->getArg(FunctionsToTrack[idx].Param); in checkPostStmt()
467 const ADFunctionInfo &FI = FunctionsToTrack[AP.second->AllocatorIdx]; in generateAllocatedDataNotReleasedReport()
471 << FunctionsToTrack[FI.DeallocatorIdx].Name << "'."; in generateAllocatedDataNotReleasedReport()
634 const Expr *ArgExpr = CE->getArg(FunctionsToTrack[Idx].Param); in VisitNode()