Home
last modified time | relevance | path

Searched refs:FunctionsToTrack (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp96 static const ADFunctionInfo FunctionsToTrack[FunctionsToTrackSize]; member in __anon6a7fd89c0111::MacOSKeychainAPIChecker
166 MacOSKeychainAPIChecker::FunctionsToTrack[FunctionsToTrackSize] = { member in MacOSKeychainAPIChecker
180 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 …]