Home
last modified time | relevance | path

Searched refs:array_type (Results 1 – 7 of 7) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dvalops.c2677 struct type *array_type; in value_slice() local
2678 array_type = check_typedef (value_type (array)); in value_slice()
2679 if (TYPE_CODE (array_type) != TYPE_CODE_ARRAY in value_slice()
2680 && TYPE_CODE (array_type) != TYPE_CODE_STRING in value_slice()
2681 && TYPE_CODE (array_type) != TYPE_CODE_BITSTRING) in value_slice()
2683 range_type = TYPE_INDEX_TYPE (array_type); in value_slice()
2694 if (TYPE_CODE (array_type) == TYPE_CODE_BITSTRING) in value_slice()
2702 int element = value_bit_index (array_type, in value_slice()
2721 struct type *element_type = TYPE_TARGET_TYPE (array_type); in value_slice()
2726 TYPE_CODE (slice_type) = TYPE_CODE (array_type); in value_slice()
Dgdbtypes.c866 struct type *array_type; in init_simd_type() local
869 array_type = create_array_type (0, elt_type, in init_simd_type()
872 append_composite_type_field (simd_type, elt_name, array_type); in init_simd_type()
879 struct type *array_type; in init_vector_type() local
881 array_type = create_array_type (0, elt_type, in init_vector_type()
884 TYPE_FLAGS (array_type) |= TYPE_FLAG_VECTOR; in init_vector_type()
885 return array_type; in init_vector_type()
Dvalarith.c260 struct type *array_type = check_typedef (value_type (array)); in value_subscripted_rvalue() local
261 struct type *elt_type = check_typedef (TYPE_TARGET_TYPE (array_type)); in value_subscripted_rvalue()
267 if (index < lowerbound || elt_offs >= TYPE_LENGTH (array_type)) in value_subscripted_rvalue()
Deval.c2288 calc_f77_array_dims (struct type *array_type) in calc_f77_array_dims() argument
2293 if ((TYPE_CODE (array_type) != TYPE_CODE_ARRAY)) in calc_f77_array_dims()
2296 tmp_type = array_type; in calc_f77_array_dims()
Dada-lang.c1484 struct type *array_type = alloc_type (objf); in ada_type_of_array() local
1492 elt_type = create_array_type (array_type, elt_type, range_type); in ada_type_of_array()
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Ddebug.h235 bfd_boolean (*array_type) member
Ddebug.c2595 return (*fns->array_type) (fhandle, type->u.karray->lower, in debug_write_type()