Searched refs:UnixAPI (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CommonBugCategories.cpp | 22 const char *const UnixAPI = "Unix API"; variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | CommonBugCategories.h | 21 extern const char *const UnixAPI;
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | UnixAPIChecker.cpp | 47 const BugType BT_open{this, "Improper use of 'open'", categories::UnixAPI}; 49 categories::UnixAPI}; 51 categories::UnixAPI}; 52 const BugType BT_ArgumentNull{this, "NULL pointer", categories::UnixAPI}; 90 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 | 789 categories::UnixAPI, "Improper arguments")); in checkAdditionOverflow() 804 // FIXME: This call uses the string constant 'categories::UnixAPI' as the in checkAdditionOverflow() 807 new BugType(Filter.CheckNameCStringNullArg, categories::UnixAPI)); in checkAdditionOverflow() 863 // FIXME: This call uses the string constant 'categories::UnixAPI' as the in getCStringLengthForRegion() 866 new BugType(Filter.CheckNameCStringNotNullTerm, categories::UnixAPI)); in getCStringLengthForRegion()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | Checkers.td | 1710 def UnixAPIPortabilityChecker : Checker<"UnixAPI">,
|