Searched refs:create_array_type (Results 1 – 19 of 19) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | gnu-v3-abi.c | 133 = create_array_type (0, ptrdiff_type, in build_gdb_vtable_type() 156 = create_array_type (0, ptr_to_void_fn_type, in build_gdb_vtable_type()
|
| D | value.c | 253 return allocate_value (create_array_type ((struct type *) NULL, in allocate_repeat_value() 1510 stringtype = create_array_type ((struct type *) NULL, in value_from_string()
|
| D | gdbtypes.c | 765 create_array_type (struct type *result_type, struct type *element_type, in create_array_type() function 813 result_type = create_array_type (result_type, in create_string_type() 869 array_type = create_array_type (0, elt_type, in init_simd_type() 881 array_type = create_array_type (0, elt_type, in init_vector_type()
|
| D | dwarfread.c | 1315 typep = create_array_type ((struct type *) NULL, nexttype, rangetype); in decode_subscript_data_item() 1329 typep = create_array_type ((struct type *) NULL, nexttype, rangetype); in decode_subscript_data_item() 1337 typep = create_array_type ((struct type *) NULL, nexttype, rangetype); in decode_subscript_data_item()
|
| D | valops.c | 253 deprecated_set_value_type (arg2, create_array_type ((struct type *) NULL, in value_cast() 978 arraytype = create_array_type ((struct type *) NULL, in value_array() 2724 slice_type = create_array_type ((struct type *) NULL, element_type, in value_slice()
|
| D | f-exp.y | 535 create_array_type ((struct type *) NULL,
|
| D | parse.c | 1269 create_array_type ((struct type *) NULL, in follow_types()
|
| D | ada-lang.c | 1492 elt_type = create_array_type (array_type, elt_type, range_type); in ada_type_of_array() 1593 create_array_type (new_type, new_elt_type, TYPE_FIELD_TYPE (type, 0)); in packed_array_type() 2125 create_array_type (NULL, TYPE_TARGET_TYPE (type), index_type); in ada_value_slice_ptr() 2137 create_array_type (NULL, TYPE_TARGET_TYPE (type), index_type); in ada_value_slice() 2375 return allocate_value (create_array_type (NULL, elt_type, index_type)); in empty_array() 6466 result = create_array_type (alloc_type (TYPE_OBJFILE (type0)), in to_fixed_array_type() 6487 result = create_array_type (alloc_type (TYPE_OBJFILE (type0)), in to_fixed_array_type()
|
| D | gdbtypes.h | 1234 extern struct type *create_array_type (struct type *, struct type *,
|
| D | ada-valprint.c | 669 (create_array_type in ada_val_print_1()
|
| D | tracepoint.c | 299 func_string = create_array_type (func_string, in set_traceframe_context() 321 file_string = create_array_type (file_string, in set_traceframe_context()
|
| D | jv-lang.c | 782 type = create_array_type (NULL, type, range_type); in java_array_type()
|
| D | ax-gdb.c | 1443 struct type *array = create_array_type (0, value1.type, range); in gen_repeat()
|
| D | sh64-tdep.c | 1492 return create_array_type (NULL, builtin_type_float, temp); in sh64_build_float_register_type()
|
| D | coffread.c | 1732 create_array_type ((struct type *) NULL, base_type, range_type); in decode_type()
|
| D | sh-tdep.c | 1792 return create_array_type (NULL, builtin_type_float, temp); in sh_sh4_build_float_register_type()
|
| D | dwarf2read.c | 4152 set_die_type (die, create_array_type (NULL, element_type, range_type), in read_array_type() 4192 type = create_array_type (NULL, type, range_types[i++]); in read_array_type() 4197 type = create_array_type (NULL, type, range_types[ndim]); in read_array_type()
|
| D | stabsread.c | 3397 type = create_array_type (type, element_type, range_type); in read_array_type()
|
| D | mdebugread.c | 1776 t = create_array_type ((struct type *) NULL, *tpp, range); in upgrade_type()
|