Home
last modified time | relevance | path

Searched defs:fd2 (Results 1 – 13 of 13) sorted by relevance

/llvm-project/compiler-rt/test/tsan/
H A Dfd_dup_race.cpp21 int fd2 = open("/dev/random", O_RDONLY); in main() local
H A Dfd_dup_norace2.cpp44 int fd2 = open("/dev/urandom", O_RDONLY); in main() local
/llvm-project/libc/test/src/sys/resource/
H A Dgetrlimit_setrlimit_test.cpp37 int fd2 = LIBC_NAMESPACE::open(TEST_FILE2, O_CREAT | O_WRONLY, S_IRWXU); in TEST() local
/llvm-project/clang/test/CXX/special/class.inhctor/
H A Dp3.cpp25 D2 fd2() { return 1; } // expected-error {{no viable conversion}} in fd2() function
/llvm-project/libc/test/src/stdio/
H A Dfdopen_test.cpp38 int fd2 = LIBC_NAMESPACE::open(TEST_FILE, O_CREAT | O_RDWR); in TEST() local
/llvm-project/clang/test/Sema/
H A Dzvector2.c21 vector double fd, fd2; variable
H A Dzvector.c21 vector double fd, fd2; global() variable
[all...]
/llvm-project/libc/test/src/fcntl/
H A Dfcntl_test.cpp26 int fd2, fd3; in TEST() local
/llvm-project/clang/test/CodeGen/SystemZ/
H A Dzvector.c21 volatile vector double fd, fd2; global() variable
[all...]
/llvm-project/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp732 extern "C" int dup$__interposed__(int fd2) { in dup$__interposed__()
751 extern "C" int dup2$__interposed__(int fd1, int fd2) { in dup2$__interposed__()
/llvm-project/clang/test/CodeGen/
H A Datomic-ops.c209 void fd2(struct S *a, struct S *b) { in fd2() function
/llvm-project/polly/lib/External/isl/interface/
H A Dcpp.cc113 static bool same_signature(FunctionDecl *fd1, FunctionDecl *fd2) in same_signature()
/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h2545 #define __sanitizer_syscall_pre_linkat(fd1, name1, fd2, name2, flags) \ argument
2549 #define __sanitizer_syscall_post_linkat(res, fd1, name1, fd2, name2, flags) \ argument