Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/android/
DCloexecInotifyInitCheck.cpp19 void CloexecInotifyInitCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
24 void CloexecInotifyInitCheck::check(const MatchFinder::MatchResult &Result) { in check()
DCloexecInotifyInitCheck.h22 class CloexecInotifyInitCheck : public CloexecCheck {
24 CloexecInotifyInitCheck(StringRef Name, ClangTidyContext *Context) in CloexecInotifyInitCheck() function
DCMakeLists.txt17 CloexecInotifyInitCheck.cpp
DAndroidTidyModule.cpp49 CheckFactories.registerCheck<CloexecInotifyInitCheck>( in addCheckFactories()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/android/
DBUILD.gn24 "CloexecInotifyInitCheck.cpp",