Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dvalarith.c194 struct type *range_type = TYPE_INDEX_TYPE (tarray); in value_subscript()
222 struct type *range_type = TYPE_INDEX_TYPE (tarray); in value_subscript()
H A Dp-typeprint.c787 pascal_print_type (TYPE_INDEX_TYPE (type), "", stream, in pascal_type_print_base()
H A Dada-typeprint.c381 print_range (TYPE_INDEX_TYPE (arr_type), stream); in print_array_type()
H A Dada-valprint.c94 index_type = TYPE_INDEX_TYPE (type); in print_optional_low_bound()
H A Dp-valprint.c447 elttype = TYPE_INDEX_TYPE (type); in pascal_val_print()
H A Dgdbtypes.h791 #define TYPE_INDEX_TYPE(type) TYPE_FIELD_TYPE (type, 0) macro
H A Dvalops.c233 struct type *range_type = TYPE_INDEX_TYPE (type); in value_cast()
2807 range_type = TYPE_INDEX_TYPE (array_type); in value_slice()
H A Dada-lang.c1307 struct type *range_type = TYPE_INDEX_TYPE (elt_type); in value_subscript_packed()
1676 get_discrete_bounds (TYPE_INDEX_TYPE (type), &lwb, &upb); in ada_value_ptr_subscript()
1826 range_type = TYPE_INDEX_TYPE (type); in ada_array_bound_from_type()
6276 elt_type, TYPE_INDEX_TYPE (type0)); in to_fixed_array_type()
H A Deval.c565 struct type *element_type = TYPE_INDEX_TYPE (type); in evaluate_subexp_standard()