Searched refs:fn1 (Results 1 - 25 of 106) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Darg2.C13 extern void fn1( fnp );
14 extern void fn1( c1*, memfnp );
20 fn1((fnp) &f3); // Everybody likes this
21 fn1(&f3); // g++ complains here line 13
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.law/
H A Darg2.C13 extern void fn1( fnp );
14 extern void fn1( c1*, memfnp );
20 fn1((fnp) &f3); // Everybody likes this
21 fn1(&f3); // g++ complains here line 13
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/testsuite/
H A Dicf_virtual_function_folding_test.cc23 // Foo::fn1 is folded into fn2 with ICF. Since this file is linked as a
25 // for the virtual call fn1 entry in the vtable. This test makes sure
26 // the call to Foo::fn1 works correctly after the folding.
40 virtual int fn1();
43 int Bar::fn1() function in class:__anon3318::Bar
50 virtual int fn1();
53 int Foo::fn1() function in class:__anon3318::Foo
69 f->fn1();
H A Dsplit_i386_3.s5 .global fn1
6 .type fn1,@function
7 fn1: label
19 .size fn1,. - fn1
H A Dsplit_i386_4.s5 .global fn1
6 .type fn1,@function
7 fn1: label
19 .size fn1,. - fn1
H A Dsplit_x86_64_3.s5 .global fn1
6 .type fn1,@function
7 fn1: label
19 .size fn1,. - fn1
H A Dsplit_x86_64_4.s5 .global fn1
6 .type fn1,@function
7 fn1: label
19 .size fn1,. - fn1
H A Dsplit_i386_1.s5 .global fn1
6 .type fn1,@function
7 fn1: label
16 .size fn1,. - fn1
27 call fn1
H A Dsplit_x86_64_1.s5 .global fn1
6 .type fn1,@function
7 fn1: label
16 .size fn1,. - fn1
27 callq fn1
H A Dsplit_i386_2.s5 .global fn1
6 .type fn1,@function
7 fn1: label
16 .size fn1,. - fn1
H A Dsplit_x86_64_2.s5 .global fn1
6 .type fn1,@function
7 fn1: label
16 .size fn1,. - fn1
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20050328-1.c1 void fn1 (void *);
15 fn1 (baz ());
22 fn1 (baz ());
H A D20060215-1.c10 extern void fn1 (struct S *) __attribute__ ((noreturn));
17 fn1 (0);
38 fn1 (x);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20050328-1.c1 void fn1 (void *);
15 fn1 (baz ());
22 fn1 (baz ());
H A D20060215-1.c10 extern void fn1 (struct S *) __attribute__ ((noreturn));
17 fn1 (0);
38 fn1 (x);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/abi/
H A Dmangle44.C6 void fn1 () { function in struct:A
16 a.fn1();
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-srec/
H A Dsr1.c11 extern int fn1 ();
17 fn1 (ab);
H A Dsr2.c7 fn1 (s) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dwarn2.C15 OpResult fn1() { function
23 if (fn1() == Ok) { // { dg-warning "" }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dwarn2.C15 OpResult fn1() { function
23 if (fn1() == Ok) { // { dg-warning "" }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.ext/
H A Daddrfunc4.C19 pmf1 fn1; local
22 fn1 = a.f;
23 fn1 = (pmf1)a.f;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.ext/
H A Daddrfunc4.C19 pmf1 fn1; local
22 fn1 = a.f;
23 fn1 = (pmf1)a.f;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/ext/visibility/
H A Danon8.C14 static void fn1 () {} function in struct:__anon4807::B1
28 call<&B1::fn1> ();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr41241.c9 int fn1 (int);
27 fn1 (x->t1);
29 c = fn1 (e);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Dpr41239.c11 extern char fn1 (int, const char *, int, const char *, const char *);
23 (fn1 (20, "foo", 924, __func__, ((void *) 0))
39 fn1 (int x, const char *y, int z, const char *w, const char *v) function

Completed in 172 milliseconds

12345