/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | typeinfo.cc | 411 value = d_array_value (build_ctype (Type::tchar->arrayOf ()), in layout_string() 440 tree value = d_array_value (array_type_node, in layout_interfaces() 662 this->layout_field (d_array_value (array_type_node, length, ptr)); in visit() 834 tree value = d_array_value (array_type_node, size_int (cd->structsize), in visit() 845 value = d_array_value (array_type_node, size_int (cd->vtbl.length), in visit() 1055 this->layout_field (d_array_value (array_type_node, in visit() 1144 this->layout_field (d_array_value (array_type_node, length, ptr)); in visit()
|
H A D | expr.cc | 727 tree arrs = d_array_value (build_ctype (targselem->arrayOf ()), in visit() 1417 tree result = d_array_value (build_ctype (e->type), newlength, ptr); in visit() 2228 this->result_ = d_array_value (type, length, ptr); in visit() 2428 this->result_ = d_array_value (build_ctype (e->type), in visit() 2469 tree dims = d_array_value (build_ctype (Type::tsize_t->arrayOf ()), in visit() 2599 value = d_array_value (type, size_int (e->len), value); in visit() 2647 this->result_ = d_array_value (build_ctype (e->type), in visit() 2705 ctor = d_array_value (type, size_int (e->elements->length), ctor); in visit() 2758 result = d_array_value (type, size_int (e->elements->length), result); in visit() 2793 tree keys = d_array_value (build_ctype (ta->index->arrayOf ()), in visit() [all …]
|
H A D | d-convert.cc | 490 return d_array_value (build_ctype (totype), size_int (dim), in convert_expr() 542 return d_array_value (build_ctype (totype), newlength, in convert_expr() 990 return d_array_value (build_ctype (exp->type->arrayOf ()), in d_array_convert()
|
H A D | d-tree.h | 530 extern tree d_array_value (tree, tree, tree);
|
H A D | d-codegen.cc | 294 d_array_value (tree type, tree len, tree data) in d_array_value() function 468 value = d_array_value (build_ctype (type), size_int (0), null_pointer_node); in build_typeof_null_value() 1898 file = d_array_value (build_ctype (Type::tchar->arrayOf ()), in build_assert_call()
|
H A D | d-builtins.cc | 912 null_array_node = d_array_value (array_type_node, size_zero_node, in d_build_d_type_nodes()
|
H A D | ChangeLog-2018 | 210 (d_array_value): Likewise.
|
H A D | ChangeLog-2013 | 681 (d_array_value): Likewise. 898 (IRState::darrayVal): Replace with d_array_value.
|
H A D | ChangeLog-2016 | 519 * d-codegen.cc (d_array_value): Don't override default const and
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | typeinfo.cc | 392 value = d_array_value (build_ctype (Type::tchar->arrayOf ()), in layout_string() 421 tree value = d_array_value (array_type_node, in layout_interfaces() 643 this->layout_field (d_array_value (array_type_node, length, ptr)); in visit() 821 tree value = d_array_value (array_type_node, size_int (cd->structsize), in visit() 832 value = d_array_value (array_type_node, size_int (cd->vtbl.dim), in visit() 1048 this->layout_field (d_array_value (array_type_node, in visit() 1152 this->layout_field (d_array_value (array_type_node, length, ptr)); in visit()
|
H A D | expr.cc | 741 tree arrs = d_array_value (build_ctype (targselem->arrayOf ()), in visit() 1454 tree result = d_array_value (build_ctype (e->type), newlength, ptr); in visit() 2491 this->result_ = d_array_value (build_ctype (e->type), in visit() 2532 tree dims = d_array_value (build_ctype (Type::tsize_t->arrayOf ()), in visit() 2661 value = d_array_value (type, size_int (e->len), value); in visit() 2708 this->result_ = d_array_value (build_ctype (e->type), in visit() 2766 ctor = d_array_value (type, size_int (e->elements->dim), ctor); in visit() 2801 result = d_array_value (type, size_int (e->elements->dim), result); in visit() 2853 tree keys = d_array_value (build_ctype (ta->index->arrayOf ()), in visit() 2855 tree vals = d_array_value (build_ctype (ta->next->arrayOf ()), in visit()
|
H A D | d-convert.cc | 490 return d_array_value (build_ctype (totype), size_int (dim), in convert_expr() 885 return d_array_value (build_ctype (exp->type->arrayOf ()), in d_array_convert()
|
H A D | d-tree.h | 514 extern tree d_array_value (tree, tree, tree);
|
H A D | d-codegen.cc | 291 d_array_value (tree type, tree len, tree data) in d_array_value() function 465 value = d_array_value (build_ctype (type), size_int (0), null_pointer_node); in build_typeof_null_value() 1992 file = d_array_value (build_ctype (Type::tchar->arrayOf ()), in d_assert_call()
|
H A D | toir.cc | 864 decl = d_array_value (build_ctype (condtype->arrayOf ()), in visit()
|
H A D | d-builtins.cc | 883 null_array_node = d_array_value (array_type_node, size_zero_node, in d_build_d_type_nodes()
|