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

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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(); } }
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/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...]
H A Dmips-hard-float-flag.l2 .*:7: Error: opcode not supported on this processor: .* \(.*\) `add.s \$f2,\$f2,\$f2'
3 .*:8: Error: opcode not supported on this processor: .* \(.*\) `add.d \$f2,\$f2,\$f2'
4 .*:16: Error: opcode not supported on this processor: .* \(.*\) `add.s \$f2,\$f2,\$f2'
5 .*:17: Error: opcode not supported on this processor: .* \(.*\) `add.d \$f2,\
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/ext/interface3/
H A Dinterface3a2.cc3 extern void f2();
8 f2();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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 ();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A D20031218-2.c10 int f2() { return y; } function
11 return f2();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/ext/interface3/dir1/
H A Dinterface3.h6 inline void f2() { } function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20050215-1.c3 extern __inline void f2 (void) { f1 (); } function
4 void f2 (void) {} function
H A D920825-1.c2 struct{unsigned short f1:5;unsigned short f2:6;}x; member in struct:__anon5273
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());
H A D20050215-2.c5 extern __inline void f2 (void) { f1 (); } function
6 void f3 (void) { f2 (); }
7 void f2 (void) { f1 (); } function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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)
H A Dstruct-ini-1.c4 int f2[2]; member in struct:S
11 if (object.f1 != 'X' || object.f2[0] != 8 || object.f2[1] != 9)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/warn/
H A Dundefined1.C6 inline void f2(void); // { dg-warning "used but never" }
7 void g2(void) { if (0) { f2(); } }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20050215-1.c3 extern __inline void f2 (void) { f1 (); } function
4 void f2 (void) {} function
H A D920825-1.c2 struct{unsigned short f1:5;unsigned short f2:6;}x; member in struct:__anon3629
3 f(){x.f2=1;}

Completed in 371 milliseconds

1234567891011>>