Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dvalops.c3785 struct type *val_real_type = TYPE_TARGET_TYPE (value_type (val)); in cast_into_complex() local
3786 struct value *re_val = allocate_value (val_real_type); in cast_into_complex()
3787 struct value *im_val = allocate_value (val_real_type); in cast_into_complex()
3790 value_contents (val), TYPE_LENGTH (val_real_type)); in cast_into_complex()
3792 value_contents (val) + TYPE_LENGTH (val_real_type), in cast_into_complex()
3793 TYPE_LENGTH (val_real_type)); in cast_into_complex()