Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Df-exp.y566 create_array_type ((struct type *) NULL,
H A Dgdbtypes.c941 create_array_type (struct type *result_type, in create_array_type() function
985 return create_array_type (NULL, element_type, range_type); in lookup_array_range_type()
1005 result_type = create_array_type (result_type, in create_string_type()
H A Dgdbtypes.h1528 extern struct type *create_array_type (struct type *, struct type *,
H A Dada-lang.c1880 elt_type = create_array_type (array_type, elt_type, range_type); in ada_type_of_array()
2071 create_array_type (new_type, new_elt_type, index_type); in constrained_packed_array_type()
2655 create_array_type (NULL, TYPE_TARGET_TYPE (type0), index_type); in ada_value_slice_from_ptr()
2668 create_array_type (NULL, TYPE_TARGET_TYPE (type), index_type); in ada_value_slice()
2879 return allocate_value (create_array_type (NULL, elt_type, index_type)); in empty_array()
8024 result = create_array_type (alloc_type_copy (type0), in to_fixed_array_type()
8056 result = create_array_type (alloc_type_copy (elt_type0), in to_fixed_array_type()
H A Dstabsread.c865 SYMBOL_TYPE (sym) = create_array_type (NULL, in define_symbol()
3618 type = create_array_type (type, element_type, range_type); in read_array_type()
H A Dvalops.c424 create_array_type ((struct type *) NULL, in value_cast()
3730 slice_type = create_array_type ((struct type *) NULL, in value_slice()
H A Dcoffread.c1766 create_array_type ((struct type *) NULL, in decode_type()
H A Dmdebugread.c1878 t = create_array_type ((struct type *) NULL, *tpp, range); in upgrade_type()
H A Ddwarf2read.c11741 type = create_array_type (NULL, element_type, range_type); in read_array_type()
11781 type = create_array_type (NULL, type, range_types[i++]); in read_array_type()
11786 type = create_array_type (NULL, type, range_types[ndim]); in read_array_type()