Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/android/
DCloexecSocketCheck.cpp19 void CloexecSocketCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
28 void CloexecSocketCheck::check(const MatchFinder::MatchResult &Result) { in check()
DCloexecSocketCheck.h22 class CloexecSocketCheck : public CloexecCheck {
24 CloexecSocketCheck(StringRef Name, ClangTidyContext *Context) in CloexecSocketCheck() function
DCMakeLists.txt22 CloexecSocketCheck.cpp
DAndroidTidyModule.cpp56 CheckFactories.registerCheck<CloexecSocketCheck>("android-cloexec-socket"); in addCheckFactories()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/android/
DBUILD.gn29 "CloexecSocketCheck.cpp",