Searched refs:f2 (Results 1 - 25 of 2034) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A Dskip-1.C5 extern int f2(int);
9 f2(1 == 1 ? 0 : f2(i >> -10));
10 f2(1 == 1 ? 0 : f2(i >> 128));
11 f2(1 == 1 ? 0 : f2(i << -10));
12 f2(1 == 1 ? 0 : f2(1 << 128));
13 f2(
[all...]
H A Dundefined1.C6 inline void f2(void); // { dg-warning "used but never" }
7 void g2(void) { if (0) { f2(); } }
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dmips-double-float-flag.s3 add.s $f2,$f2,$f2
4 add.d $f2,$f2,$f2
7 add.s $f2,$f2,$f2
8 add.d $f2,
[all...]
H A Dmips-hard-float-flag.s3 add.s $f2,$f2,$f2
4 add.d $f2,$f2,$f2
7 add.s $f2,$f2,$f2
8 add.d $f2,
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/interface3/
H A Dinterface3a2.cc3 extern void f2();
8 f2();
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A D20031218-2.c10 int f2() { return y; } function
11 return f2();
H A DWunused-label-1.c4 extern void f2 ();
9 l1: f2 (); /* { dg-warning "not used" } */
10 l2: __attribute__ ((unused)) f2 ();
11 l3: ; f2 (); /* { dg-warning "not used" } */
12 l4: __attribute__ ((unused)) ; f2 ();
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dpointer_init_4.f9017 integer function f2() function in module:m
18 f2 = 43
32 procedure(f2), pointer, nopass :: ppc => f2
H A Dpointer_init_5.f9014 procedure(f2), pointer, nopass :: ppc => f2
23 integer function f2() function
24 f2 = 43
/haiku-buildtools/binutils/gold/testsuite/
H A Dprotected_1.cc35 // The function f2 is used to test that the executable can see the
45 extern "C" int f2();
46 asm(".protected f2");
49 f2() function
57 return f2;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr33887-2.C8 unsigned int f2 : 24; member in struct:s
13 int f2; local
14 sv.f2 = (1 << 24) - 1;
16 ++sv.f2;
17 f2 = sv.f2;
18 if (f2 != 0)
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Doverload3.C6 void f2(const volatile int *);
7 void f2(volatile int *) {} function
14 f2(&i);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/interface3/dir1/
H A Dinterface3.h6 inline void f2() { } function
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/execute/
H A Dcontained2.f908 call f2()
16 integer f2 local in function:f1
19 f2 = var1
20 f1 = f2
23 subroutine f2() subroutine in program:contained2
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Drfg4.C3 // Bug: f1 and f2 are treated as overloaded when they aren't.
7 void f2(double) { } function
12 i ? f1 : f2; // { dg-bogus "" } improper overloading
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920825-1.c2 struct{unsigned short f1:5;unsigned short f2:6;}x; member in struct:__anon1451
3 f(){x.f2=1;}
H A Dpr39673-1.c2 int f2();
5 return (int) (x ? f1() : f2());
H A Dpr39673-2.c2 int f2();
5 return (int) (x ? f1() : f2());
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20071211-1.c7 unsigned int f2 : 24; member in struct:s
9 unsigned long int f2 : 24; member in struct:s
15 int f2; local
16 sv.f2 = (1 << 24) - 1;
18 ++sv.f2;
19 f2 = sv.f2;
20 if (f2 != 0)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/microblaze/isa/
H A Dfcmp1.c3 volatile float f1, f2, f3; variable
8 if (f2 <= f3)
H A Dfcmp2.c3 volatile float f1, f2, f3; variable
8 if (f2 < f3)
H A Dfcmp3.c3 volatile float f1, f2, f3; variable
8 if (f2 == f3)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Divopts-3.c4 void f2 (void);
10 f2 ();
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A De500-ord-1.c4 int isgreater (float f1, float f2) argument
6 int r = (f1 > f2);
10 int isgreaterequal (float f1, float f2) argument
12 int r = (f1 >= f2);
16 int isless (float f1, float f2) argument
18 int r = (f1 < f2);
22 int islessequal (float f1, float f2) argument
24 int r = (f1 <= f2);
H A De500-ord-2.c4 int isgreater (float f1, float f2) argument
6 int r = (f1 > f2);
10 int isgreaterequal (float f1, float f2) argument
12 int r = (f1 >= f2);
16 int isless (float f1, float f2) argument
18 int r = (f1 < f2);
22 int islessequal (float f1, float f2) argument
24 int r = (f1 <= f2);

Completed in 424 milliseconds

1234567891011>>