Home
last modified time | relevance | path

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

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