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

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/lto/
H A Dpr60404_1.c2 fn1 (int p) function
H A Dpr64685_0.c7 fn1 (void) function
H A Dpr60404_2.c2 extern void fn1 (int);
8 fn1 (p);
H A Dpr64684_2.c3 extern void fn1 (void);
10 fn1 ();
H A Dpr65130_1.c2 extern void fn1(void);
14 fn1();
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr61215.c5 void fn1 (int *, ...);
8 fn1 (0, (short)(int)&p1);
H A Dpr64409.c6 int* __attribute__ ((ms_abi)) fn1 () { return &a; } /* { dg-error "X32 does not support ms_abi attribute" } */ function
H A Dpr66891.c4 __attribute__((__stdcall__)) void fn1();
14 fn1(0);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr63835.c7 fn1 (int p) function
15 fn1 (-(unsigned int) a);
H A Dpr52808.c4 int **fn1 () __attribute__ ((__const__));
10 if (*fn1 ()[i] && !'a' <= 0 && i <= 'z' || *fn1 ()[0] && 'a' <= 'z')
H A Dpr67730.c8 fn1 (void) function
H A Dpr64309.c6 fn1 (int n) function
32 if (fn1 (0) != 1
33 || fn1 (1) != 0
34 || fn1 (2) != 0
35 || fn1 (3) != 0
36 || fn1 (4) != 0
37 || fn1 (5) != 0)
H A DWint-conversion.c4 int fn1 (int *), *fn2 (int);
7 fn1 (int *p) function
20 fn1 (i);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr60518.C5 int fn1 () { return a == ',' || a == ';'; } function
10 while (fn1 ())
/haiku-buildtools/gcc/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
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr64083.c5 fn1 () function
12 fn1 ();
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/mpx/
H A Dpr66567.c6 void fn1 (const int *p1) function
15 b = fn1;
/haiku-buildtools/binutils/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:__anon590::Bar
50 virtual int fn1();
53 int Foo::fn1() function in class:__anon590::Foo
69 f->fn1();
/haiku-buildtools/binutils/ld/testsuite/ld-i386/
H A Dpltlib.s2 .globl fn1
3 .type fn1,@function
4 fn1: label
/haiku-buildtools/binutils/ld/testsuite/ld-x86-64/
H A Dpltlib.s2 .globl fn1
3 .type fn1,@function
4 fn1: label
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20050328-1.c1 void fn1 (void *);
15 fn1 (baz ());
22 fn1 (baz ());
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr55260-2.C9 fn1 (B & p2) function
11 fn1 (p2);
15 fn1 (b);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/guality/
H A Dpr54519-4.c6 fn1 (int x) function
16 fn1 (x); /* { dg-final { gdb-test 17 "x" "6" } } */
17 fn1 (x); /* { dg-final { gdb-test 17 "y" "25" } } */
18 fn1 (x);
19 fn1 (x);
22 fn1 (x + y); /* { dg-final { gdb-test 22 "y" "68" } } */
H A Dpr54519-1.c6 fn1 (int x) function
17 fn1 (x);
18 fn1 (x); /* { dg-final { gdb-test 20 "x" "36" } } */
20 fn1 (x); /* { dg-final { gdb-test 20 "z" "6" } } */
21 fn1 (x); /* { dg-final { gdb-test 23 "x" "98" } } */
23 fn1 (x); /* { dg-final { gdb-test 23 "z" "8" } } */
24 fn1 (x);
25 fn1 (x + a);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/abi/
H A Dmangle44.C6 void fn1 () { function in struct:A
16 a.fn1();

Completed in 306 milliseconds

1234567891011>>