Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dvalops.c2829 struct type *val_real_type = TYPE_TARGET_TYPE (VALUE_TYPE (val)); in cast_into_complex() local
2830 struct value *re_val = allocate_value (val_real_type); in cast_into_complex()
2831 struct value *im_val = allocate_value (val_real_type); in cast_into_complex()
2834 VALUE_CONTENTS (val), TYPE_LENGTH (val_real_type)); in cast_into_complex()
2836 VALUE_CONTENTS (val) + TYPE_LENGTH (val_real_type), in cast_into_complex()
2837 TYPE_LENGTH (val_real_type)); in cast_into_complex()