Home
last modified time | relevance | path

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

/external/valgrind/memcheck/tests/linux/
Dsys-openat.c15 __attribute__((unused)) int fd3 = openat (AT_FDCWD, "abc", O_RDONLY); in main() local
Dsyscalls-2007.c70 int fd3; in main() local
/external/clang/test/CXX/special/class.inhctor/
Dp3.cpp30 D3 fd3() { return 1; } // expected-error {{no viable conversion}} in fd3() function
/external/clang/test/CodeGen/
Datomic-ops.c197 void fd3(struct S *a, struct S *b, struct S *c) { in fd3() function