/llvm-project/compiler-rt/test/tsan/ |
H A D | fd_dup_race.cpp | 21 int fd2 = open("/dev/random", O_RDONLY); in main() local
|
H A D | fd_dup_norace2.cpp | 44 int fd2 = open("/dev/urandom", O_RDONLY); in main() local
|
/llvm-project/libc/test/src/sys/resource/ |
H A D | getrlimit_setrlimit_test.cpp | 37 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 D | p3.cpp | 25 D2 fd2() { return 1; } // expected-error {{no viable conversion}} in fd2() function
|
/llvm-project/libc/test/src/stdio/ |
H A D | fdopen_test.cpp | 38 int fd2 = LIBC_NAMESPACE::open(TEST_FILE, O_CREAT | O_RDWR); in TEST() local
|
/llvm-project/clang/test/Sema/ |
H A D | zvector2.c | 21 vector double fd, fd2; variable
|
H A D | zvector.c | 21 vector double fd, fd2; global() variable [all...] |
/llvm-project/libc/test/src/fcntl/ |
H A D | fcntl_test.cpp | 26 int fd2, fd3; in TEST() local
|
/llvm-project/clang/test/CodeGen/SystemZ/ |
H A D | zvector.c | 21 volatile vector double fd, fd2; global() variable [all...] |
/llvm-project/lldb/examples/interposing/darwin/fd_interposing/ |
H A D | FDInterposing.cpp | 732 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 D | atomic-ops.c | 209 void fd2(struct S *a, struct S *b) { in fd2() function
|
/llvm-project/polly/lib/External/isl/interface/ |
H A D | cpp.cc | 113 static bool same_signature(FunctionDecl *fd1, FunctionDecl *fd2) in same_signature()
|
/llvm-project/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 2545 #define __sanitizer_syscall_pre_linkat(fd1, name1, fd2, name2, flags) \ argument 2549 #define __sanitizer_syscall_post_linkat(res, fd1, name1, fd2, name2, flags) \ argument
|