Home
last modified time | relevance | path

Searched defs:fd3 (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/CXX/special/class.inhctor/
H A Dp3.cpp33 D3 fd3() { return 1; } // expected-error {{no viable conversion}} in fd3() function
/llvm-project/libc/test/src/stdio/
H A Dfdopen_test.cpp46 int fd3 = LIBC_NAMESPACE::open(TEST_FILE, O_CREAT | O_RDWR); in TEST() local
/llvm-project/libc/test/src/fcntl/
H A Dfcntl_test.cpp26 int fd2, fd3; in TEST() local
/llvm-project/clang/test/Sema/
H A Dzvector.c57 __vector double fd3; global() variable
/llvm-project/clang/test/CodeGen/
H A Datomic-ops.c223 void fd3(struct S *a, struct S *b, struct S *c) { in fd3() function