Searched refs:val_real_type (Results 1 – 1 of 1) sorted by relevance
2898 struct type *val_real_type = TYPE_TARGET_TYPE (VALUE_TYPE (val)); in cast_into_complex() local2899 struct value *re_val = allocate_value (val_real_type); in cast_into_complex()2900 struct value *im_val = allocate_value (val_real_type); in cast_into_complex()2903 VALUE_CONTENTS (val), TYPE_LENGTH (val_real_type)); in cast_into_complex()2905 VALUE_CONTENTS (val) + TYPE_LENGTH (val_real_type), in cast_into_complex()2906 TYPE_LENGTH (val_real_type)); in cast_into_complex()