Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/docs/clang-tidy/checks/clang-analyzer/
H A Doptin.portability.UnixAPI.rst1 .. 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 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.cpp
H A DCStringChecker.cpp793 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 DCommonBugCategories.cpp22 const char *const UnixAPI = "Unix API"; variable
/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DCommonBugCategories.h21 extern const char *const UnixAPI;
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
H A Dlist.rst479 :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 DCheckers.td1670 def UnixAPIPortabilityChecker : Checker<"UnixAPI">,