Home
last modified time | relevance | path

Searched refs:CloexecCreatCheck (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/android/
H A DCloexecCreatCheck.h22 class CloexecCreatCheck : public CloexecCheck {
24 CloexecCreatCheck(StringRef Name, ClangTidyContext *Context) in CloexecCreatCheck() function
H A DCloexecCreatCheck.cpp19 void CloexecCreatCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
29 void CloexecCreatCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DCMakeLists.txt11 CloexecCreatCheck.cpp
H A DAndroidTidyModule.cpp40 CheckFactories.registerCheck<CloexecCreatCheck>("android-cloexec-creat"); in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/android/
H A DBUILD.gn18 "CloexecCreatCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt852 clang-tools-extra/clang-tidy/android/CloexecCreatCheck.h