Home
last modified time | relevance | path

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

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