Searched refs:UnixAPI (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | CommonBugCategories.cpp | 21 const char *const UnixAPI = "Unix API"; variable
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | CommonBugCategories.h | 20 extern const char *const UnixAPI;
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocSizeofChecker.cpp | 245 categories::UnixAPI, OS.str(), L, Ranges); in checkASTCodeBody()
|
| H A D | MallocOverflowSecurityChecker.cpp | 289 D, this, "malloc() size overflow", categories::UnixAPI, in OutputPossibleOverflows()
|
| H A D | UnixAPIChecker.cpp | 95 BT.reset(new BugType(Checker, name, categories::UnixAPI)); in LazyInitialize()
|
| H A D | CStringChecker.cpp | 624 categories::UnixAPI, "Improper arguments")); in emitOverlapBug() 640 Filter.CheckNameCStringNullArg, categories::UnixAPI, in emitNullArgBug() 700 Filter.CheckNameCStringNotNullTerm, categories::UnixAPI, in emitNotCStringBug()
|
| /openbsd-src/gnu/llvm/clang/docs/analyzer/ |
| H A D | checkers.rst | 694 .. _optin-portability-UnixAPI: 696 optin.portability.UnixAPI
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 1667 def UnixAPIPortabilityChecker : Checker<"UnixAPI">,
|