Searched refs:d_convert (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/tests/usr.sbin/mtree/
H A DMakefile13 FILES+= d_convert.in
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc133 d_convert (ptrtype, arg0),
134 d_convert (ptrtype, arg1));
150 arg0 = d_convert (eptype, arg0);
151 arg1 = d_convert (eptype, arg1);
158 arg1 = d_convert (t0, arg1);
160 arg0 = d_convert (t1, arg0);
168 return d_convert (type, ret);
275 this->result_ = d_convert (build_ctype (e->type),
319 this->result_ = d_convert (build_ctype (e->type),
468 this->result_ = d_convert (build_ctyp
[all...]
H A Dd-codegen.cc1038 add_stmt (build_assign (INIT_EXPR, t, d_convert (ptrtype, t1)));
1042 add_stmt (build_assign (INIT_EXPR, t, d_convert (ptrtype, t2)));
1050 t = build_boolop (EQ_EXPR, length, d_convert (lentype, integer_zero_node));
1065 tree size = d_convert (ptrtype, TYPE_SIZE_UNIT (TREE_TYPE (ptrtype)));
1074 d_convert (lentype, integer_one_node));
1397 arg0, d_convert (TREE_TYPE (arg0), arg1));
1481 d_convert (size_type_node, arg0),
1482 d_convert (size_type_node, arg1));
1581 index = d_convert (type, index);
1583 index, d_convert (TREE_TYP
[all...]
H A Dd-convert.cc330 d_convert (tree type, tree exp) function
430 /* d_convert will make a no-op cast. */
444 result = d_convert (build_ctype (totype), null_pointer_node);
525 return d_convert (build_ctype (totype), d_array_ptr (exp));
802 d_convert (TREE_TYPE (len), ptr));
H A Dd-tree.h583 extern tree d_convert (tree, tree);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dexpr.cc127 d_convert (ptrtype, arg0),
128 d_convert (ptrtype, arg1));
138 arg0 = d_convert (eptype, arg0);
139 arg1 = d_convert (eptype, arg1);
146 arg1 = d_convert (t0, arg1);
148 arg0 = d_convert (t1, arg0);
156 return d_convert (type, ret);
279 this->result_ = d_convert (build_ctype (e->type),
322 this->result_ = d_convert (build_ctype (e->type),
469 this->result_ = d_convert (build_ctyp
[all...]
H A Dd-codegen.cc1094 add_stmt (build_assign (INIT_EXPR, t, d_convert (ptrtype, t1)));
1098 add_stmt (build_assign (INIT_EXPR, t, d_convert (ptrtype, t2)));
1106 t = build_boolop (EQ_EXPR, length, d_convert (lentype, integer_zero_node));
1121 tree size = d_convert (ptrtype, TYPE_SIZE_UNIT (TREE_TYPE (ptrtype)));
1130 d_convert (lentype, integer_one_node));
1465 arg0, d_convert (TREE_TYPE (arg0), arg1));
1549 d_convert (size_type_node, arg0),
1550 d_convert (size_type_node, arg1));
1675 index = d_convert (type, index);
1677 index, d_convert (TREE_TYP
[all...]
H A Dd-convert.cc330 d_convert (tree type, tree exp) function
430 /* d_convert will make a no-op cast. */
444 result = d_convert (build_ctype (totype), null_pointer_node);
525 return d_convert (build_ctype (totype), d_array_ptr (exp));
804 d_convert (TREE_TYPE (len), ptr));
H A Dd-tree.h600 extern tree d_convert (tree, tree);

Completed in 207 milliseconds