Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCommonBugCategories.cpp21 const char *const UnixAPI = "Unix API"; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DCommonBugCategories.h20 extern const char *const UnixAPI;
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp241 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()
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/
H A Dcheckers.rst640 .. _optin-portability-UnixAPI:
642 optin.portability.UnixAPI
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1602 def UnixAPIPortabilityChecker : Checker<"UnixAPI">,