Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCommonBugCategories.cpp22 const char *const UnixAPI = "Unix API"; variable
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DCommonBugCategories.h21 extern const char *const UnixAPI;
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp43 const BugType BT_open{this, "Improper use of 'open'", categories::UnixAPI};
45 categories::UnixAPI};
72 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.cpp645 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 DCheckers.td1700 def UnixAPIPortabilityChecker : Checker<"UnixAPI">,