Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCommonBugCategories.cpp21 const char *const UnixAPI = "Unix API"; variable
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DCommonBugCategories.h20 extern const char *const UnixAPI;
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp245 categories::UnixAPI, OS.str(), L, Ranges); in checkASTCodeBody()
H A DMallocOverflowSecurityChecker.cpp287 D, this, "malloc() size overflow", categories::UnixAPI, in OutputPossibleOverflows()
H A DUnixAPIChecker.cpp97 BT.reset(new BugType(Checker, name, categories::UnixAPI)); in LazyInitialize()
H A DCStringChecker.cpp554 categories::UnixAPI, "Improper arguments")); in emitOverlapBug()
570 Filter.CheckNameCStringNullArg, categories::UnixAPI, in emitNullArgBug()
610 Filter.CheckNameCStringNotNullTerm, categories::UnixAPI, in emitNotCStringBug()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1602 def UnixAPIPortabilityChecker : Checker<"UnixAPI">,