Searched refs:foo4 (Results 1 - 25 of 136) sorted by relevance

123456

/haiku-buildtools/binutils/binutils/testsuite/binutils-all/
H A Dgroup-4.s1 .section .text.foo4,"axG",%progbits,foo4,comdat
2 foo4: label
4 .section .data.foo4,"awG",%progbits,foo4,comdat
/haiku-buildtools/binutils/ld/testsuite/ld-crx/
H A Dreloc-rel4.s5 .global foo4
7 beq0b r10 , foo4
8 foo4: label
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-crx/
H A Dreloc-rel4.s5 .global foo4
7 beq0b r10 , foo4
8 foo4: label
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dtypeof2.C21 extern int foo4 (int);
22 extern __typeof (foo4) foo4 __asm ("bar4");
23 int foo4 (int x) function
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dtypeof-1.c20 extern int foo4 (int);
21 extern __typeof (foo4) foo4 __asm ("bar4");
22 int foo4 (int x)
H A Dwtr-label-1.c10 int foo4; variable
22 foo4: /* { dg-warning "traditional C lacks" "label conflicts with identifier" } */
44 foo4:
H A Dvla-5.c8 void foo4(int j, int a[j]);
9 void foo4(int, int a[*]);
10 void foo4(int, int a[]);
11 void foo4(int j, int a[j]) { function
H A Dnoreturn-1.c26 extern void foo4(void);
28 foo4(void) /* { dg-warning "candidate for attribute 'noreturn'" "detect noreturn candidate" } */ function
H A D20041213-1.c13 extern foo4(); /* { dg-message "8:note: previous declaration" } */
14 void foo4() {} /* { dg-error "6:conflicting types" } */ function
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dheadmerge-2.c8 extern void foo4 (int);
26 foo4 (120);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dheadmerge-2.c9 extern void foo4 (int);
27 foo4 (120);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dpr42108.f904 subroutine eval(foo1,foo2,foo3,foo4,x,n,nnd)
6 dimension foo3(n),foo4(n),x(nnd)
8 foo3(1)=foo2*foo4(1)
10 foo3(i)=foo2*foo4(i)
18 foo3(i)=foo3(i)+temp*foo4(j)
19 foo3(j)=foo3(j)+temp*foo4(i)
H A Dkeyword_symbol_1.f9028 function foo4 ()
29 real foo4
31 end function foo4
H A Dassumed_rank_13.f9012 call foo4(j)
23 subroutine foo4(x) subroutine
25 end subroutine foo4
H A Ddup_save_1.f905 integer foo1, foo2, foo3, foo4 variable in program:save_1
16 if (foo4().ne.i) then
49 integer function foo4 () function
55 foo4 = j
56 end function foo4
H A Ddup_save_2.f906 integer foo1, foo2, foo3, foo4 variable in program:save_2
17 if (foo4().ne.i) then
50 integer function foo4 () function
56 foo4 = j
57 end function foo4
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/inherit/
H A Dpure1.C12 virtual static void foo4() = 0; // { dg-error "both virtual and static" }
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr29584.c7 extern int foo4 (void);
16 if (foo4 ())
/haiku-buildtools/binutils/ld/testsuite/ld-x86-64/
H A Dbnd-branch-1.s7 call foo4@plt
9 jmp foo4@plt
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dgoto3.C14 try { foo4:; } catch (...) { } // { dg-error "" }
15 goto foo4; // { dg-message "" }
/haiku-buildtools/binutils/gold/testsuite/
H A Dbnd_plt_1.s7 call foo4@plt
9 jmp foo4@plt
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A Dmiss-format-6.C18 extern void foo4 (vattr_t);
30 foo4 (vna);
31 foo4 (va);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/format/
H A Dmiss-6.c18 extern void foo4 (vattr_t);
30 foo4 (vna);
31 foo4 (va);
H A Dms_miss-6.c18 extern void foo4 (vattr_t);
30 foo4 (vna);
31 foo4 (va);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/gomp/
H A Dpr29965-9.C30 foo4 () function

Completed in 126 milliseconds

123456