Searched refs:fn (Results 1 - 25 of 676) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dsigned.C8 void fn() function
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dinstrument-1.c4 void fn () { } function
H A Dinstrument-2.c2 /* { dg-options "-finstrument-functions -finstrument-functions-exclude-function-list=fn" } */
4 void fn () { } function
H A Dinstrument-3.c4 void fn () { } function
H A D20030708-1.c5 void (* volatile fn) (void); variable
12 fn = foo;
H A Dpr38140.c7 int (*fn) (int);
8 *(void **)&fn = x;
9 return fn (6);
H A Dpr60036.c5 extern int fn (void);
13 f += fn () || i;
14 f += fn () && i;
15 f += ! fn ();
16 f -= fn () == i;
17 f |= fn () != i;
18 f &= fn () < i;
19 f ^= fn () > i;
20 f &= fn () <= i;
21 f ^= fn () >
[all...]
H A Dpr27758.c5 typedef int (*fn) (void); typedef
13 fn
22 fn f = test ();
H A Dnested-func-3.c10 auto int fn (int); /* { dg-error "nested function 'fn' declared but never defined" } */
12 sizeof(fn(1));
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Dtypedef2.C1 typedef void fn() const;
3 fn* fp; // { dg-error "pointer.*qualified function type" }
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/lto/
H A Dpr59626_1.c1 int bar (int (*fn)(const char *))
3 return fn ("0");
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dgnu-inline-global-redecl.C13 decl(extern, fn)
14 gnuindef(fn, 0)
15 decl(extern, fn)
18 fn ();
H A Dgnu-inline-global.C24 #undef fn macro
25 #define fn pfx(func1) // must be emitted out-of-line macro
26 gnuindef(fn, 0)
27 def(, fn, 2)
29 #undef fn macro
30 #define fn pfx(func2) // must be emitted out-of-line macro
31 decl(extern, fn)
32 gnuindef(fn, 0)
33 def(, fn, 2)
35 #undef fn macro
36 #define fn macro
40 #undef fn macro
41 #define fn macro
46 #undef fn macro
47 #define fn macro
[all...]
H A Dgnu-inline-global-reject.C11 #undef fn macro
12 #define fn pfx(func_decl_inline_before) macro
13 decl(inline, fn) // { dg-message "previous" "" }
14 gnuindef(fn, 0) // { dg-error "redeclared" "" }
16 #undef fn macro
17 #define fn pfx(func_decl_inline_after) macro
18 gnuindef(fn, 0) // { dg-message "previous" "" }
19 decl(inline, fn) // { dg-error "redeclared" "" }
21 #undef fn macro
22 #define fn pf macro
26 #undef fn macro
27 #define fn macro
31 #undef fn macro
32 #define fn macro
36 #undef fn macro
37 #define fn macro
41 #undef fn macro
42 #define fn macro
46 #undef fn macro
47 #define fn macro
51 #undef fn macro
52 #define fn macro
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-ifunc/
H A Dtest-1.c2 int (*fn) (void) = library_func2; variable
3 int main (void) { fn (); return 0; }
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tm/
H A Dindirect-1.c4 void foo(void (*fn)(void)) argument
7 fn();
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/stackalign/
H A Dlonglong-1.c9 void fn (void *);
14 fn (&a);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dsizeof14.C3 template <int N> int fn () { return sizeof (double); } function
4 int var = fn <0> ();
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash42.C3 int fn();// { dg-message "" } ambiguates.*
5 int& fn() {// { dg-error "" } new decl.* function
H A Dcrash41.C6 ppfn fn; local
8 fn = new (void(*)(void));
/haiku-buildtools/binutils/gold/testsuite/
H A Dcommon_test_2.c27 void fn (void);
30 fn (void) function
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ubsan/
H A Dstatic-init-3.C5 int *fn (void) { return 0; } function
11 static int &b = *fn ();
12 static int &c (*fn ());
13 static int &d {*fn ()};
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ipa/
H A Dpr68672-2.C10 void fn (int *);
26 fn (b); fn (b); fn (b); fn (b); fn (b); fn (b); fn (b); fn (b); fn (
[all...]
H A Dpr68672-3.C10 void fn (int *);
29 fn (b); fn (b); fn (b); fn (b); fn (b); fn (b); fn (b); fn (b); fn (
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-ccp-20.c9 int (*fn)(int) = __builtin_abs;
10 int j = fn(i);

Completed in 106 milliseconds

1234567891011>>