Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDCommonBugCategories.cpp16 const char *const AppleAPIMisuse = "API Misuse (Apple)"; variable
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
HDCommonBugCategories.h16 extern const char *const AppleAPIMisuse;
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDMacOSXAPIChecker.cpp36 categories::AppleAPIMisuse};
HDMacOSKeychainAPIChecker.cpp37 categories::AppleAPIMisuse};
HDBasicObjCFoundationChecks.cpp47 : BugType(checker, name, categories::AppleAPIMisuse) {} in APIMisuse()