Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/android/
H A DCloexecInotifyInit1Check.cpp18 void CloexecInotifyInit1Check::registerMatchers(MatchFinder *Finder) { in registerMatchers()
24 void CloexecInotifyInit1Check::check(const MatchFinder::MatchResult &Result) { in check()
H A DCloexecInotifyInit1Check.h20 class CloexecInotifyInit1Check : public CloexecCheck {
22 CloexecInotifyInit1Check(StringRef Name, ClangTidyContext *Context) in CloexecInotifyInit1Check() function
H A DCMakeLists.txt16 CloexecInotifyInit1Check.cpp
H A DAndroidTidyModule.cpp46 CheckFactories.registerCheck<CloexecInotifyInit1Check>( in addCheckFactories()
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/android/
H A DBUILD.gn23 "CloexecInotifyInit1Check.cpp",