Home
last modified time | relevance | path

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

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