Home
last modified time | relevance | path

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

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