Home
last modified time | relevance | path

Searched refs:UnixAPI (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCommonBugCategories.cpp22 const char *const UnixAPI = "Unix API"; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DCommonBugCategories.h21 extern const char *const UnixAPI;
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp47 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 DMallocSizeofChecker.cpp243 categories::UnixAPI, OS.str(), L, Ranges); in checkASTCodeBody()
H A DMallocOverflowSecurityChecker.cpp285 D, this, "malloc() size overflow", categories::UnixAPI, in OutputPossibleOverflows()
H A DCStringChecker.cpp789 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 DCheckers.td1710 def UnixAPIPortabilityChecker : Checker<"UnixAPI">,