Searched refs:array_type (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | valops.c | 2677 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()
|
| D | gdbtypes.c | 866 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()
|
| D | valarith.c | 260 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()
|
| D | eval.c | 2288 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()
|
| D | ada-lang.c | 1484 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/ |
| D | debug.h | 235 bfd_boolean (*array_type) member
|
| D | debug.c | 2595 return (*fns->array_type) (fhandle, type->u.karray->lower, in debug_write_type()
|