Searched refs:foo4 (Results 26 - 50 of 136) sorted by relevance

123456

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Dpr39060.C15 void foo4(=); // { dg-error "identifier|primary-expression" } member in struct:A
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dpartial2.C20 template<class T> struct foo4 {}; struct
21 template<class T, other1_t n> struct foo4<T[n]>;
22 foo4<char> bar4;
23 foo4<char[10]> baz4; // { dg-error "" } incomplete type -
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr27802-1.c15 double foo4() { bar4(); } function
H A DWshadow-4.c32 void foo4 (void) function
H A Dstack-usage-2.c27 int foo4 (int n) /* { dg-warning "stack usage might be unbounded" } */ function
H A Dreturn-type-2.c36 foo4 (int i) function
46 return foo1 (i) + foo2 (i) + foo3 (i) + foo4 (i);
H A Dvla-6.c7 void foo4(int o[*][4]) { } /* { dg-error "not allowed in other than function prototype scope" } */ function
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dpr43597.c9 foo4 () function
H A Dthumb2-replicated-constant2.c33 foo4 (int a) function
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/
H A Dpr59032.c26 foo4 () function
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/s390/zvector/
H A Dvec-lcbb-1.c28 foo4 (void *ptr) function
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/visium/
H A Dbit_test.c24 void foo4 (unsigned char c) function
H A Dcstore_eq.c19 int foo4 (int a, int b) function
H A Dcstore_fp.c19 int foo4 (float a, float b) function
H A Dcstore_uns.c19 int foo4 (unsigned a, unsigned b) function
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dpoison.c8 #pragma GCC poison foo4 foo5
9 foo4 /* { dg-error "foo4" "use of foo4" } */
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/s390/vector/
H A Dvec-abi-vararg-2.c17 int bar5 (int a) { return foo4 (1, a); }
18 int bar6 (v2di a) { return foo4 (1, a); } /* { dg-error "Vector argument passed to unprototyped function" } */
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp1y/
H A Dpr60065.C8 template <typename> void foo4(auto... x, auto y, auto... z);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/rope/
H A Dpthread7-rope.cc34 rope_type foo4; variable
44 const char* data4 = foo4.c_str();
86 foo4 = foo;
87 foo4 += foo3;
88 foo4 += foo3;
89 foo4 += foo3;
/haiku-buildtools/binutils/ld/testsuite/ld-x86-64/
H A Dtlspie1.s15 leaq foo4@TLSLD(%rip), %rdi
17 addl foo4@DTPOFF(%rax), %ebx
47 .globl foo4
49 .type foo4, @object
50 .size foo4, 4
51 foo4: label
H A Dtlspie2.s15 leaq foo4@TLSLD(%rip), %rdi
17 addl foo4@DTPOFF(%rax), %ebx
47 .globl foo4
49 .type foo4, @object
50 .size foo4, 4
51 foo4: label
/haiku-buildtools/binutils/ld/testsuite/ld-powerpc/
H A Daix-ref-1.s24 .ref foo4 , foo6
32 .globl foo4
33 .csect foo4[pr]
34 foo4: label
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/gomp/
H A Dpr29965-3.C51 foo4 () function
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/gomp/
H A Dpr29965-3.c51 foo4 (void) function
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dloop-24.c13 void foo4(int*a, int*b) function

Completed in 109 milliseconds

123456