Home
last modified time | relevance | path

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

/llvm-project/libc/test/src/sys/resource/
H A Dgetrlimit_setrlimit_test.cpp34 int fd1 = LIBC_NAMESPACE::open(TEST_FILE1, O_CREAT | O_WRONLY, S_IRWXU); in TEST() local
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/fstream.assign/
H A Dnonmember_swap.pass.cpp30 std::FILE *fd1 = std::fopen(names.first.c_str(), "w"); in get_temp_file_names() local
H A Dmember_swap.pass.cpp28 std::FILE *fd1 = std::fopen(names.first.c_str(), "w"); in get_temp_file_names() local
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/
H A Dnonmember_swap.pass.cpp29 std::FILE *fd1 = std::fopen(names.first.c_str(), "w"); in get_temp_file_names() local
H A Dmember_swap.pass.cpp28 std::FILE *fd1 = std::fopen(names.first.c_str(), "w"); in get_temp_file_names() local
/llvm-project/clang/test/CXX/special/class.inhctor/
H A Dp3.cpp15 D1 fd1() { return 1; } in fd1() function
/llvm-project/clang/test/CodeGen/
H A Datomic-ops.c198 struct S fd1(struct S *a) { in fd1() function
/llvm-project/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp751 extern "C" int dup2$__interposed__(int fd1, int fd2) { in dup2$__interposed__()
/llvm-project/polly/lib/External/isl/interface/
H A Dcpp.cc113 static bool same_signature(FunctionDecl *fd1, FunctionDecl *fd2) in same_signature()
/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp6772 int fd1 = -1; in __kmp_register_library_startup() local
6820 int fd1 in __kmp_register_library_startup() local
6964 int fd1; __kmp_unregister_library() local
[all...]
/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