Home
last modified time | relevance | path

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

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