Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCommonBugCategories.cpp16 const char *const AppleAPIMisuse = "API Misuse (Apple)"; variable
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DCommonBugCategories.h16 extern const char *const AppleAPIMisuse;
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSXAPIChecker.cpp36 categories::AppleAPIMisuse};
H A DMacOSKeychainAPIChecker.cpp37 categories::AppleAPIMisuse};
H A DBasicObjCFoundationChecks.cpp47 : BugType(checker, name, categories::AppleAPIMisuse) {} in APIMisuse()