Searched refs:CloexecEpollCreate1Check (Results 1 – 5 of 5) sorted by relevance
18 void CloexecEpollCreate1Check::registerMatchers(MatchFinder *Finder) { in registerMatchers()24 void CloexecEpollCreate1Check::check(const MatchFinder::MatchResult &Result) { in check()
20 class CloexecEpollCreate1Check : public CloexecCheck {22 CloexecEpollCreate1Check(StringRef Name, ClangTidyContext *Context) in CloexecEpollCreate1Check() function
13 CloexecEpollCreate1Check.cpp
41 CheckFactories.registerCheck<CloexecEpollCreate1Check>( in addCheckFactories()
20 "CloexecEpollCreate1Check.cpp",