Home
last modified time | relevance | path

Searched refs:foo3 (Results 1 – 25 of 41) sorted by relevance

12

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/weak/
H A Dtypeof-2.c16 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 Dswitch.t48 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 Dsubval.t14 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 Dtypeof-1.c16 extern int foo3;
17 extern __typeof (foo3) foo3 __asm ("bar3");
18 int foo3 = 1; variable
H A Dwtr-label-1.c9 union foo3 { int j; }; union
21 foo3:
43 foo3:
H A Dnoreturn-1.c20 extern void foo3(void);
22 foo3(void) in foo3() function
H A Dreturn-type-2.c27 foo3 (int i) in foo3() function
46 return foo1 (i) + foo2 (i) + foo3 (i) + foo4 (i); in bar()
H A Denum1.c15 foo3 = 0xf0fffffffffffffeULL enumerator
H A DWshadow-1.c26 void foo3 () in foo3() function
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/
H A Dtypeof2.C17 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 Dpartial2.C14 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 Dstructs.c36 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 D20020926-1.c9 extern float foo3(int);
20 return foo3(i2); in bar()
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/
H A Dasmsrc1.s42 .global foo3 symbol
43 gdbasm_declare foo3
46 gdbasm_end foo3
H A Dasmsrc2.s12 gdbasm_call foo3
13 gdbasm_call foo3
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg02/
H A Dx1.cc4 extern void foo3();
14 foo3(); in main()
H A Dx3.cc3 void foo3() in foo3() function
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dgoto3.C11 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 Dpoison.c6 #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 Dwarn02.C47 extern int foo3(const char *); // WARNING -
48 extern int foo3(const char *); // WARNING -
/openbsd-src/gnu/gcc/libmudflap/testsuite/libmudflap.c/
H A Dpass53-frag.c25 int foo3 () in foo3() function
39 foo3 (); in main()
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dmy.t130 sub foo3 {
135 eval { foo3(); foo3(); };
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dstructs.c110 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 Denum1.C9 foo3 = 0xf0fffffffffffffeULL enumerator
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Denum8.C21 class foo3

12