Searched refs:foo5 (Results 1 - 25 of 74) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dwarn03.C7 extern unsigned char *foo5[];
8 extern unsigned char *foo5[];
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dc99struct1.C7 foo5 (void) function
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/inherit/
H A Dpure1.C13 virtual void foo5() = 0; // { dg-error "base class" }
18 static void foo5() = 0; // { dg-error "static member|declared" }
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dintermod-1.c10 static void foo5(void) { } function
20 foo5();
H A Dunion-cast-1.c11 foo5 (int vec) function
H A Dunion-cast-2.c12 foo5 (int vec) function
H A Dunion-cast-3.c11 foo5 (int vec) function
H A Dwtr-label-1.c11 typedef int foo5; typedef
23 foo5: /* { dg-warning "traditional C lacks" "label conflicts with identifier" } */
45 foo5:
H A Dnoreturn-1.c33 extern void foo5(void) __attribute__ ((__noreturn__));
35 foo5(void) function
H A D20041213-1.c16 extern void foo5(); /* { dg-message "13:note: previous declaration" } */
17 foo5() {} /* { dg-warning "1:conflicting types" } */ function
H A Dattr-externally-visible-1.c7 /* { dg-final { scan-assembler "foo5" } } */
27 void foo5 (void) { } function
28 extern void foo5 (void) __attribute__((externally_visible));
H A Dvla-5.c14 int foo5(int a, int b[*][*], int c[static sizeof(*b)]);
15 int foo5(int a, int b[10][10], int c[400]) { function
H A Dvla-6.c8 void foo5(int o[4][*]) { } /* { dg-error "not allowed in other than function prototype scope" } */ function
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dheadmerge-2.c9 extern void foo5 (int);
29 foo5 (120);
H A Dthumb2-replicated-constant2.c42 foo5 (int a) function
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dheadmerge-2.c10 extern void foo5 (int);
30 foo5 (120);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/format/
H A Dsentinel-1.c21 extern void foo5 (const char *, ...) __attribute__ ((__sentinel__(1)));
39 foo5 (NULL); /* { dg-warning "not enough" "sentinel" } */
40 foo5 (NULL, 1); /* { dg-warning "not enough" "sentinel" } */
41 foo5 ("a", NULL); /* { dg-warning "not enough" "sentinel" } */
42 foo5 ("a", NULL, 1);
43 foo5 ("a", 1, 2, 3, NULL); /* { dg-warning "missing sentinel" "sentinel" } */
44 foo5 ("a", 1, 2, NULL, 3);
45 foo5 ("a", 1, NULL, 2, 3); /* { dg-warning "missing sentinel" "sentinel" } */
46 foo5 ("a", NULL, 1, 2, 3); /* { dg-warning "missing sentinel" "sentinel" } */
47 foo5 ("
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dkeyword_symbol_1.f9036 function foo5 ()
37 real foo5
38 end function foo5
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dgoto3.C16 try { } catch (...) { foo5:; } // { dg-error "" }
17 goto foo5; // { dg-message "" }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Dpr39060.C16 void foo5(=); // { dg-error "identifier|primary-expression" } member in struct:A
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dpoison.c8 #pragma GCC poison foo4 foo5
10 foo5 /* { dg-error "foo5" "use of foo5" } */
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/parse/
H A Dattr-externally-visible-1.C8 // { dg-final { scan-assembler "foo5" } }
28 void foo5 (void) { } function
29 extern void foo5 (void) __attribute__((externally_visible));
/haiku-buildtools/binutils/ld/testsuite/ld-i386/
H A Dtlspie1.s25 leal foo5@TLSGD(,%ebx,1), %eax
59 .globl foo5
61 .type foo5, @object
62 .size foo5, 4
63 foo5: label
H A Dtlspie3.s25 leal foo5@TLSGD(%ebx), %eax
59 .globl foo5
61 .type foo5, @object
62 .size foo5, 4
63 foo5: label
/haiku-buildtools/binutils/ld/testsuite/ld-x86-64/
H A Dtlspie1.s19 leaq foo5@TLSGD(%rip), %rdi
53 .globl foo5
55 .type foo5, @object
56 .size foo5, 4
57 foo5: label

Completed in 131 milliseconds

123