Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp94 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()
[all …]