Searched refs:foo6 (Results 1 - 25 of 58) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dpoison.c12 #define foo6 123 macro
13 #pragma GCC poison foo6 /* { dg-warning "foo6" "poison defined macro" } */
14 #define foo6 345 /* { dg-error "foo6" "def of foo6" } */ macro
15 #define foo6 456 /* { dg-error "foo6" "redef of foo6" } */ macro
16 #ifdef foo6 /* { d
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dintermod-1.c11 static void foo6(void);
12 static void foo6(void) { } function
21 foo6();
H A Dwtr-label-1.c14 testfunc1 (foo6)
15 int foo6;
24 foo6: /* { dg-warning "traditional C lacks" "label conflicts with identifier" } */
36 testfunc2 (foo6)
37 int foo6;
46 foo6:
H A Dnoreturn-1.c40 extern void foo6(void);
42 foo6(void) function
51 foo6();
H A D20041213-1.c19 foo6() {} /* { dg-message "1:note: previous definition" } */ function
20 extern void foo6(); /* { dg-error "13:conflicting types" } */
H A Dvla-5.c19 int foo6(int a, int b[*][*], int c[static sizeof(*b)]);
20 int foo6(int a, int b[a][a], int c[sizeof(*b)]) { function
H A Dvla-4.c38 int foo6(int a, int b[a][a], int (*c)[sizeof(*b)]) { function
45 if (foo6(10, b, c) != 10*sizeof(int)*sizeof(int))
H A Dattr-externally-visible-1.c8 /* { dg-final { scan-assembler-not "foo6" } } */
30 void foo6 (void) { } function
H A Dpr30137-1.c11 int foo6 (void) { return x.u.i == x.u.s; } function
H A Dpr30137-2.c12 int foo6 (void) { return &s->ptr != &s->ptr; } function
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dheadmerge-2.c10 extern void foo6 (int);
32 foo6 (120);
H A Dthumb2-replicated-constant2.c51 foo6 (int a) function
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dheadmerge-2.c11 extern void foo6 (int);
33 foo6 (120);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/format/
H A Dsentinel-1.c22 extern void foo6 (const char *, ...) __attribute__ ((__sentinel__(5)));
49 foo6 ("a", 1, NULL); /* { dg-warning "not enough" "sentinel" } */
50 foo6 ("a", 1, NULL, 2); /* { dg-warning "not enough" "sentinel" } */
51 foo6 ("a", 1, NULL, 2, 3); /* { dg-warning "not enough" "sentinel" } */
52 foo6 ("a", NULL, 1, 2, 3); /* { dg-warning "not enough" "sentinel" } */
53 foo6 ("a", NULL, 1, 2, 3, 4); /* { dg-warning "not enough" "sentinel" } */
54 foo6 (NULL, 1, 2, 3, 4, 5); /* { dg-warning "not enough" "sentinel" } */
55 foo6 ("a", NULL, 1, 2, 3, 4, 5);
56 foo6 ("a", 0, NULL, 1, 2, 3, 4, 5);
57 foo6 ("
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dgoto3.C18 { int i=2; foo6:; } // { dg-error "" }
19 goto foo6; // { dg-message "" }
/haiku-buildtools/binutils/ld/testsuite/ld-powerpc/
H A Daix-ref-1.s24 .ref foo4 , foo6
45 .globl foo6
46 .csect foo6[pr]
47 foo6: label
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A DWparentheses-26.C19 template<int i, int j = i + 7 | 3> class foo6 { }; // { dg-warning "suggest parentheses around arithmetic" } class
20 typedef foo6<10> bar6;
H A Dnoreturn-1.C57 void __attribute__ ((__noreturn__)) foo6 () function
/haiku-buildtools/binutils/gas/testsuite/gas/sh/sh64/
H A Ddatal-1.s39 .global foo6
40 foo6: label
41 .long datalabel foo6 + 42
H A Ddatal-3.s37 .global foo6
38 foo6: label
39 movi datalabel foo6 + 42,r30
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/sh/sh64/
H A Ddatal-1.s39 .global foo6
40 foo6: label
41 .long datalabel foo6 + 42
H A Ddatal-3.s37 .global foo6
38 foo6: label
39 movi datalabel foo6 + 42,r30
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dproc_ptr_comp_pass_4.f9031 procedure(foo6), pass(c), pointer :: f6 ! { dg-error "has no argument" }
59 real function foo6 (a,b) function in module:m
61 foo6 = 1.
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/parse/
H A Dattr-externally-visible-1.C9 // { dg-final { scan-assembler-not "foo6" } }
31 void foo6 (void) { } function
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/autopar/
H A Dpr46969.c30 F (foo6) F (foo7)

Completed in 132 milliseconds

123