Searched refs:slice_type (Results 1 – 2 of 2) sorted by relevance
3700 struct type *slice_range_type, *slice_type, *range_type; in value_slice() local3730 slice_type = create_array_type ((struct type *) NULL, in value_slice()3733 TYPE_CODE (slice_type) = TYPE_CODE (array_type); in value_slice()3736 slice = allocate_value_lazy (slice_type); in value_slice()3739 slice = allocate_value (slice_type); in value_slice()3741 TYPE_LENGTH (slice_type)); in value_slice()
2654 struct type *slice_type = in ada_value_slice_from_ptr() local2657 return value_at_lazy (slice_type, base); in ada_value_slice_from_ptr()2667 struct type *slice_type = in ada_value_slice() local2670 return value_cast (slice_type, value_slice (array, low, high - low + 1)); in ada_value_slice()