/* Generate: _d_assocarrayliteralTX (ti, keys, vals); */
tree keys = d_array_value (build_ctype (ta->index->arrayOf ()),
- size_int (e->keys->length), build_address (akeys));
+ size_int (e->keys->length),
+ build_address (akeys));
tree vals = d_array_value (build_ctype (ta->next->arrayOf ()),
size_int (e->values->length),
build_address (avals));
gcc_assert (voffset != 0u);
value = build_offset (csym, size_int (voffset));
- CONSTRUCTOR_APPEND_ELT (v, size_int (1), size_int (id->vtbl.length));
+ CONSTRUCTOR_APPEND_ELT (v, size_int (1),
+ size_int (id->vtbl.length));
CONSTRUCTOR_APPEND_ELT (v, size_int (2), value);
}
if (id->vtbl.length && offset != ~0u)
{
- tree vtbldomain = build_index_type (size_int (id->vtbl.length - 1));
+ tree vtbldomain
+ = build_index_type (size_int (id->vtbl.length - 1));
tree vtbltype = build_array_type (vtable_entry_type, vtbldomain);
field = create_field_decl (vtbltype, NULL, 1, 1);
if (type == tinfo_types[TK_CLASSINFO_TYPE])
type = copy_aggregate_type (type);
- tree vtbldomain = build_index_type (size_int (id->vtbl.length - 1));
+ tree vtbldomain
+ = build_index_type (size_int (id->vtbl.length - 1));
tree vtbltype = build_array_type (vtable_entry_type, vtbldomain);
tree field = create_field_decl (vtbltype, NULL, 1, 1);