Home
last modified time | relevance | path

Searched refs:insertMacroFlag (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/android/
DCloexecInotifyInit1Check.cpp27 insertMacroFlag(Result, /*MacroFlag=*/"IN_CLOEXEC", /*ArgPos=*/0); in check()
DCloexecEpollCreate1Check.cpp27 insertMacroFlag(Result, /*MacroFlag=*/"EPOLL_CLOEXEC", /*ArgPos=*/0); in check()
DCloexecPipe2Check.cpp28 insertMacroFlag(Result, /*MacroFlag=*/"O_CLOEXEC", /*ArgPos=*/1); in check()
DCloexecMemfdCreateCheck.cpp26 insertMacroFlag(Result, "MFD_CLOEXEC", /*ArgPos=*/1); in check()
DCloexecSocketCheck.cpp29 insertMacroFlag(Result, /*MacroFlag=*/"SOCK_CLOEXEC", /*ArgPos=*/1); in check()
DCloexecAccept4Check.cpp34 insertMacroFlag(Result, /*MacroFlag=*/"SOCK_CLOEXEC", /*ArgPos=*/3); in check()
DCloexecOpenCheck.cpp38 insertMacroFlag(Result, /*MacroFlag=*/"O_CLOEXEC", ArgPos); in check()
DCloexecCheck.h53 void insertMacroFlag(const ast_matchers::MatchFinder::MatchResult &Result,
DCloexecCheck.cpp53 void CloexecCheck::insertMacroFlag(const MatchFinder::MatchResult &Result, in insertMacroFlag() function in clang::tidy::android::CloexecCheck