Home
last modified time | relevance | path

Searched refs:d_array_value (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtypeinfo.cc411 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 Dexpr.cc727 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 Dd-convert.cc490 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 Dd-tree.h530 extern tree d_array_value (tree, tree, tree);
H A Dd-codegen.cc294 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 Dd-builtins.cc912 null_array_node = d_array_value (array_type_node, size_zero_node, in d_build_d_type_nodes()
H A DChangeLog-2018210 (d_array_value): Likewise.
H A DChangeLog-2013681 (d_array_value): Likewise.
898 (IRState::darrayVal): Replace with d_array_value.
H A DChangeLog-2016519 * d-codegen.cc (d_array_value): Don't override default const and
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtypeinfo.cc392 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 Dexpr.cc741 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 Dd-convert.cc490 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 Dd-tree.h514 extern tree d_array_value (tree, tree, tree);
H A Dd-codegen.cc291 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 Dtoir.cc864 decl = d_array_value (build_ctype (condtype->arrayOf ()), in visit()
H A Dd-builtins.cc883 null_array_node = d_array_value (array_type_node, size_zero_node, in d_build_d_type_nodes()