| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/weak/ |
| H A D | typeof-2.c | 16 extern int foo3 (int x); 17 extern __typeof (foo3) foo3 __asm ("baz3"); 20 return foo3 (x) + foo3 (x) + foo3 (x) + foo3 (x) + foo3 (x) + foo3 (x); in bar3()
|
| /openbsd-src/gnu/usr.bin/perl/t/cmd/ |
| H A D | switch.t | 48 sub foo3 { 68 print foo3(0) == 20 ? "ok 13\n" : "not ok 13\n"; 69 print foo3(1) == 1 ? "ok 14\n" : "not ok 14\n"; 70 print foo3(2) == 2 ? "ok 15\n" : "not ok 15\n"; 71 print foo3(3) == 3 ? "ok 16\n" : "not ok 16\n"; 72 print foo3(4) == 4 ? "ok 17\n" : "not ok 17\n"; 73 print foo3(5) == 20 ? "ok 18\n" : "not ok 18\n";
|
| H A D | subval.t | 14 sub foo3 { 41 if (&foo3(0) eq 'true2') {print "ok 5\n";} else {print "not ok 5\n";} 42 if (&foo3(1) eq '1') {print "ok 6\n";} else {print "not ok 6\n";}
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
| H A D | typeof-1.c | 16 extern int foo3; 17 extern __typeof (foo3) foo3 __asm ("bar3"); 18 int foo3 = 1; variable
|
| H A D | wtr-label-1.c | 9 union foo3 { int j; }; union 21 foo3: 43 foo3:
|
| H A D | noreturn-1.c | 20 extern void foo3(void); 22 foo3(void) in foo3() function
|
| H A D | return-type-2.c | 27 foo3 (int i) in foo3() function 46 return foo1 (i) + foo2 (i) + foo3 (i) + foo4 (i); in bar()
|
| H A D | enum1.c | 15 foo3 = 0xf0fffffffffffffeULL enumerator
|
| H A D | Wshadow-1.c | 26 void foo3 () in foo3() function
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/ |
| H A D | typeof2.C | 17 extern int foo3; 18 extern __typeof (foo3) foo3 __asm ("bar3"); 19 int foo3 = 1; variable
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
| H A D | partial2.C | 14 template<class T> struct foo3 {}; 15 template<class T, other1_t n> struct foo3<T[n]>; 16 foo3<char> bar3; 17 foo3<char[10]> baz3; // ERROR - incomplete type -
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| H A D | structs.c | 36 struct struct3 foo3 = { 'A', 'B', 'C'}, L3; variable 62 return foo3; in fun3() 124 void Fun3(struct struct3 foo3) in Fun3() argument 126 void Fun3(foo3) in Fun3() 127 struct struct3 foo3; in Fun3() 130 L3 = foo3; 245 foo1.a = foo2.a = foo3.a = foo4.a = foo5.a = foo6.a = foo7.a = foo8.a = in main() 250 Fun3(foo3); in main()
|
| H A D | 20020926-1.c | 9 extern float foo3(int); 20 return foo3(i2); in bar()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/ |
| H A D | asmsrc1.s | 42 .global foo3 symbol 43 gdbasm_declare foo3 46 gdbasm_end foo3
|
| H A D | asmsrc2.s | 12 gdbasm_call foo3 13 gdbasm_call foo3
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg02/ |
| H A D | x1.cc | 4 extern void foo3(); 14 foo3(); in main()
|
| H A D | x3.cc | 3 void foo3() in foo3() function
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
| H A D | goto3.C | 11 goto foo3; // ERROR - jumps in f() 12 { int i=2; foo3:; } // ERROR - past init in f()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/ |
| H A D | poison.c | 6 #pragma GCC poison foo2 foo3 8 foo3 /* { dg-error "foo3" "use of foo3" } */
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/ |
| H A D | warn02.C | 47 extern int foo3(const char *); // WARNING - 48 extern int foo3(const char *); // WARNING -
|
| /openbsd-src/gnu/gcc/libmudflap/testsuite/libmudflap.c/ |
| H A D | pass53-frag.c | 25 int foo3 () in foo3() function 39 foo3 (); in main()
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | my.t | 130 sub foo3 { 135 eval { foo3(); foo3(); };
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
| H A D | structs.c | 110 struct struct3 foo3 = {'1','b','3'}, L3; variable 137 return foo3; in fun3() 219 void Fun3(struct struct3 foo3) in Fun3() argument 221 void Fun3(foo3) in Fun3() 222 struct struct3 foo3; in Fun3() 225 L3 = foo3; 413 Fun3(foo3); in main()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/ |
| H A D | enum1.C | 9 foo3 = 0xf0fffffffffffffeULL enumerator
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
| H A D | enum8.C | 21 class foo3
|