Home
last modified time | relevance | path

Searched defs:pipefd (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/android/
H A Dcloexec-pipe2.cpp18 int pipefd[2]; in warning() local
28 int pipefd[2]; in warningInMacroArugment() local
45 int pipefd[2]; in noWarning() local
53 int pipefd[2]; in noWarning() local
64 int pipefd[2]; in noWarning() local
H A Dcloexec-pipe.cpp6 int pipefd[2]; in warning() local
15 int pipefd[2]; in noWarningInNamespace() local
24 int pipefd[2]; in noWarningForMemberFunction() local
/llvm-project/libc/test/src/unistd/
H A Dpipe_test.cpp18 int pipefd[2]; in TEST() local
/llvm-project/libc/test/src/sys/epoll/linux/
H A Depoll_pwait_test.cpp27 int pipefd[2]; in TEST() local
H A Depoll_ctl_test.cpp26 int pipefd[2]; in TEST() local
H A Depoll_wait_test.cpp26 int pipefd[2]; in TEST() local
H A Depoll_pwait2_test.cpp27 int pipefd[2]; in TEST() local
/llvm-project/compiler-rt/test/tsan/Linux/
H A Dsyscall.cpp8 int pipefd[2]; variable
/llvm-project/lldb/unittests/Host/posix/
H A DTerminalTest.cpp46 int pipefd[2]; in TEST_F() local
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp778 int* pipefd = new int[2]; in TEST() local
788 int* pipefd = new int[2]; in TEST() local
808 int* pipefd = new int[2]; TEST() local
832 int* pipefd = new int[2]; TEST() local
858 int* pipefd = new int[2]; TEST() local
[all...]
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1870 TSAN_INTERCEPTOR(int,pipe,int * pipefd) TSAN_INTERCEPTOR() argument
1879 TSAN_INTERCEPTOR(int,pipe2,int * pipefd,int flags) TSAN_INTERCEPTOR() argument
[all...]