Searched refs:UnixAPI (Results 1 – 9 of 9) sorted by relevance
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/clang-analyzer/ |
H A D | optin.portability.UnixAPI.rst | 1 .. title:: clang-tidy - clang-analyzer-optin.portability.UnixAPI 5 clang-analyzer-optin.portability.UnixAPI 10 The `clang-analyzer-optin.portability.UnixAPI` check is an alias, please see
|
/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 |
|
H A D | CStringChecker.cpp | 793 categories::UnixAPI, "Improper arguments")); in emitOverlapBug() 808 // FIXME: This call uses the string constant 'categories::UnixAPI' as the in emitNullArgBug() 811 new BugType(Filter.CheckNameCStringNullArg, categories::UnixAPI)); in emitNullArgBug() 868 // FIXME: This call uses the string constant 'categories::UnixAPI' as the in emitNotCStringBug() 871 new BugType(Filter.CheckNameCStringNotNullTerm, categories::UnixAPI)); in emitNotCStringBug()
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CommonBugCategories.cpp | 22 const char *const UnixAPI = "Unix API"; variable
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | CommonBugCategories.h | 21 extern const char *const UnixAPI;
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
H A D | list.rst | 479 :doc:`clang-analyzer-optin.portability.UnixAPI <clang-analyzer/optin.portability.UnixAPI>`, `Clang Static Analyzer optin.portability.UnixAPI <https://clang.llvm.org/docs/analyzer/checkers.html#optin-portability-unixapi>`_,
|
/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | Checkers.td | 1670 def UnixAPIPortabilityChecker : Checker<"UnixAPI">,
|