Searched refs:di (Results 1 - 25 of 257) sorted by relevance

1234567891011

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A DWincompatible-pointer-types.c16 char *di; local
17 float *dp = &di;
18 di = dp;
19 fn2 (dp, di);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Disolate-1.c25 d_make_empty (struct d_info *di) argument
29 if (di->next_comp >= di->num_comps)
31 p = &di->comps[di->next_comp];
38 d_type (struct d_info *di) argument
41 ret = d_make_empty (di);
H A Disolate-5.c24 d_make_empty (struct d_info *di) argument
28 if (di->next_comp >= di->num_comps)
30 p = &di->comps[di->next_comp];
35 d_type (struct d_info *di) argument
38 ret = d_make_empty (di);
/haiku-buildtools/binutils/libiberty/
H A Dcp-demangle.h135 - call d_check_char(di, '\0')
137 #define d_peek_char(di) (*((di)->n))
139 # define d_peek_next_char(di) ((di)->n[1])
140 # define d_advance(di, i) ((di)->n += (i))
142 #define d_check_char(di, c) (d_peek_char(di) == c ? ((di)
148 d_peek_next_char(const struct d_info *di) argument
156 d_advance(struct d_info *di, int i) argument
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Ddump.c46 dump_access (dump_info_p di, tree t) argument
49 dump_string_field (di, "accs", "prot");
51 dump_string_field (di, "accs", "priv");
53 dump_string_field (di, "accs", "pub");
60 dump_op (dump_info_p di, tree t) argument
64 dump_string (di, "new");
67 dump_string (di, "vecnew");
70 dump_string (di, "delete");
73 dump_string (di, "vecdelete");
76 dump_string (di, "po
216 dump_stmt(dump_info_p di, const_tree t) argument
226 dump_info_p di = (dump_info_p) dump_info; local
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/z8k/
H A Deidif.s3 di bla ! invalid
/haiku-buildtools/binutils/ld/testsuite/ld-mmix/
H A Dsec-7a.s1 .section .di
H A Dsec-7b.s1 .section .di
H A Dsec-7c.s1 .section .di
H A Dsec-7d.s1 .section .di
H A Dsec-7e.s1 .section .di
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/z8k/
H A Deidif.s3 di bla ! invalid
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-mmix/
H A Dsec-7a.s1 .section .di
H A Dsec-7b.s1 .section .di
H A Dsec-7c.s1 .section .di
H A Dsec-7d.s1 .section .di
H A Dsec-7e.s1 .section .di
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dsimd-1.c2 typedef unsigned di __attribute__ ((mode(DI))); typedef
6 foo((di) x);
H A Dpr48929.c5 f4 (double di, double d, double *dd) argument
7 if (d == 0 && di == 0)
15 double di = i; local
17 f4 (di, d, &dd);
/haiku-buildtools/gcc/gmp/mpn/generic/
H A Dbdiv_q.c38 mp_limb_t di; local
43 binvert_limb (di, dp[0]); di = -di;
44 mpn_sbpi1_bdiv_q (qp, tp, nn, dp, dn, di);
49 binvert_limb (di, dp[0]); di = -di;
50 mpn_dcpi1_bdiv_q (qp, tp, nn, dp, dn, di);
/haiku-buildtools/gcc/libiberty/
H A Dcp-demangle.h135 - call d_check_char(di, '\0')
137 #define d_peek_char(di) (*((di)->n))
138 #define d_peek_next_char(di) ((di)->n[1])
139 #define d_advance(di, i) ((di)->n += (i))
140 #define d_check_char(di, c) (d_peek_char(di) == c ? ((di)
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/
H A Dinf-1.c9 double di = __builtin_inf(); local
20 if (di + di != di)
29 if (di != dh)
38 if (di <= 0)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/compat/
H A Dvector-1_y.c20 TEST (1, di, 401)
21 TEST (2, di, 402)
22 TEST (4, di, 403)
/haiku-buildtools/gcc/gcc/
H A Dtree-dump.c56 queue (dump_info_p di, const_tree t, int flags) argument
63 index = ++di->index;
66 if (di->free_list)
68 dq = di->free_list;
69 di->free_list = dq->next;
78 dq->node = splay_tree_insert (di->nodes, (splay_tree_key) t,
83 if (!di->queue_end)
84 di->queue = dq;
86 di->queue_end->next = dq;
87 di
94 dump_index(dump_info_p di, unsigned int index) argument
105 queue_and_dump_index(dump_info_p di, const char *field, const_tree t, int flags) argument
133 queue_and_dump_type(dump_info_p di, const_tree t) argument
147 dump_new_line(dump_info_p di) argument
156 dump_maybe_newline(dump_info_p di) argument
190 dump_pointer(dump_info_p di, const char *field, void *ptr) argument
201 dump_int(dump_info_p di, const char *field, int i) argument
211 dump_real(dump_info_p di, const char *field, const REAL_VALUE_TYPE *r) argument
223 dump_fixed(dump_info_p di, const char *field, const FIXED_VALUE_TYPE *f) argument
236 dump_string(dump_info_p di, const char *string) argument
249 dump_string_field(dump_info_p di, const char *field, const char *string) argument
262 dequeue_and_dump(dump_info_p di) argument
748 dump_flag(dump_info_p di, int flag, const_tree node) argument
758 struct dump_info di; local
[all...]
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-dump.c44 dump_info_p di = (dump_info_p) dump_info; local
53 dump_string (di, "bitfield");

Completed in 114 milliseconds

1234567891011