Home
last modified time | relevance | path

Searched refs:create_array_type (Results 1 – 18 of 18) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dgnu-v3-abi.c133 = 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()
H A Dvalues.c122 return allocate_value (create_array_type ((struct type *) NULL, in allocate_repeat_value()
1179 create_array_type ((struct type *) NULL, in value_from_string()
H A Dgdbtypes.c737 create_array_type (struct type *result_type, struct type *element_type, in create_array_type() function
781 result_type = create_array_type (result_type, in create_string_type()
837 array_type = create_array_type (0, elt_type, in init_simd_type()
849 array_type = create_array_type (0, elt_type, in init_vector_type()
H A Ddwarfread.c1304 typep = create_array_type ((struct type *) NULL, nexttype, rangetype); in decode_subscript_data_item()
1318 typep = create_array_type ((struct type *) NULL, nexttype, rangetype); in decode_subscript_data_item()
1326 typep = create_array_type ((struct type *) NULL, nexttype, rangetype); in decode_subscript_data_item()
H A Dvalops.c247 VALUE_TYPE (arg2) = create_array_type ((struct type *) NULL, in value_cast()
1104 arraytype = create_array_type ((struct type *) NULL, in value_array()
2848 slice_type = create_array_type ((struct type *) NULL, element_type, in value_slice()
H A Dparse.c1239 create_array_type ((struct type *) NULL, in follow_types()
H A Df-exp.y532 create_array_type ((struct type *) NULL,
H A Dada-valprint.c594 (create_array_type in ada_val_print_1()
H A Dtracepoint.c292 func_string = create_array_type (func_string, in set_traceframe_context()
313 file_string = create_array_type (file_string, in set_traceframe_context()
H A Dgdbtypes.h1147 extern struct type *create_array_type (struct type *, struct type *,
H A Djv-lang.c778 type = create_array_type (NULL, type, range_type); in java_array_type()
H A Dax-gdb.c1440 struct type *array = create_array_type (0, value1.type, range); in gen_repeat()
H A Df-exp.c1653 create_array_type ((struct type *) NULL,
H A Dada-lang.c1100 elt_type = create_array_type (array_type, elt_type, range_type); in ada_type_of_array()
1195 create_array_type (new_type, new_elt_type, TYPE_FIELD_TYPE (type, 0)); in packed_array_type()
6275 result = create_array_type (alloc_type (TYPE_OBJFILE (type0)), in to_fixed_array_type()
6296 result = create_array_type (alloc_type (TYPE_OBJFILE (type0)), in to_fixed_array_type()
H A Dcoffread.c1730 create_array_type ((struct type *) NULL, base_type, range_type); in decode_type()
H A Dstabsread.c3439 type = create_array_type (type, element_type, range_type); in read_array_type()
H A Ddwarf2read.c3419 die->type = create_array_type (NULL, element_type, range_type); in read_array_type()
3453 type = create_array_type (NULL, type, range_types[ndim]); in read_array_type()
H A Dmdebugread.c1815 t = create_array_type ((struct type *) NULL, *tpp, range); in upgrade_type()