Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp97 static const ADFunctionInfo FunctionsToTrack[FunctionsToTrackSize]; member in __anon9e87a26e0111::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()
[all …]