Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp94 static const unsigned FunctionsToTrackSize = 8; member in __anone23b33b30111::MacOSKeychainAPIChecker
95 static const ADFunctionInfo FunctionsToTrack[FunctionsToTrackSize];
171 MacOSKeychainAPIChecker::FunctionsToTrack[FunctionsToTrackSize] = {
184 for (unsigned I = 0; I < FunctionsToTrackSize; ++I) { in getTrackedFunctionIndex()