Searched refs:UnixAPI (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CommonBugCategories.cpp | 22 const char *const UnixAPI = "Unix API"; variable
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | CommonBugCategories.h | 21 extern const char *const UnixAPI;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | UnixAPIChecker.cpp | 43 const BugType BT_open{this, "Improper use of 'open'", categories::UnixAPI}; 45 categories::UnixAPI}; 72 categories::UnixAPI};
|
| H A D | MallocSizeofChecker.cpp | 243 categories::UnixAPI, OS.str(), L, Ranges); in checkASTCodeBody()
|
| H A D | MallocOverflowSecurityChecker.cpp | 285 D, this, "malloc() size overflow", categories::UnixAPI, in OutputPossibleOverflows()
|
| H A D | CStringChecker.cpp | 645 categories::UnixAPI, "Improper arguments")); in emitOverlapBug() 663 new BugType(Filter.CheckNameCStringNullArg, categories::UnixAPI)); in emitNullArgBug() 721 new BugType(Filter.CheckNameCStringNotNullTerm, categories::UnixAPI)); in emitNotCStringBug()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 1700 def UnixAPIPortabilityChecker : Checker<"UnixAPI">,
|