Searched refs:VALUE_ENCLOSING_TYPE (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | values.c | 90 VALUE_ENCLOSING_TYPE (val) = type; in allocate_value() 217 struct type *encl_type = VALUE_ENCLOSING_TYPE (arg); in value_copy() 236 TYPE_LENGTH (VALUE_ENCLOSING_TYPE (arg))); in value_copy() 844 if (TYPE_LENGTH (new_encl_type) <= TYPE_LENGTH (VALUE_ENCLOSING_TYPE (val))) in value_change_enclosing_type() 846 VALUE_ENCLOSING_TYPE (val) = new_encl_type; in value_change_enclosing_type() 856 VALUE_ENCLOSING_TYPE (new_val) = new_encl_type; in value_change_enclosing_type() 913 v = allocate_value (VALUE_ENCLOSING_TYPE (arg1)); in value_primitive_field() 919 TYPE_LENGTH (VALUE_ENCLOSING_TYPE (arg1))); in value_primitive_field()
|
H A D | c-valprint.c | 582 return val_print (VALUE_ENCLOSING_TYPE (val), VALUE_CONTENTS_ALL (val), 0, in c_value_print() 587 else if (type != VALUE_ENCLOSING_TYPE (val)) in c_value_print() 591 TYPE_NAME (VALUE_ENCLOSING_TYPE (val))); in c_value_print() 592 return val_print (VALUE_ENCLOSING_TYPE (val), VALUE_CONTENTS_ALL (val), 0, in c_value_print()
|
H A D | hpacc-abi.c | 207 known_type = VALUE_ENCLOSING_TYPE (v); in hpacc_value_rtti_type() 283 TYPE_LENGTH (VALUE_ENCLOSING_TYPE (v)) == TYPE_LENGTH (rtti_type)))) in hpacc_value_rtti_type()
|
H A D | valops.c | 508 int length = TYPE_LENGTH (VALUE_ENCLOSING_TYPE (val)); in value_fetch_lazy() 551 val = value_change_enclosing_type (val, VALUE_ENCLOSING_TYPE (fromval)); in value_assign() 749 val = value_change_enclosing_type (val, VALUE_ENCLOSING_TYPE (fromval)); in value_assign() 768 val = allocate_repeat_value (VALUE_ENCLOSING_TYPE (arg1), count); in value_repeat() 772 TYPE_LENGTH (VALUE_ENCLOSING_TYPE (val))); in value_repeat() 891 arg2 = value_change_enclosing_type (arg2, lookup_pointer_type (VALUE_ENCLOSING_TYPE (arg1))); in value_addr() 926 enc_type = check_typedef (VALUE_ENCLOSING_TYPE (arg1)); in value_ind() 1024 typelength = TYPE_LENGTH (VALUE_ENCLOSING_TYPE (elemvec[0])); in value_array() 1027 if (TYPE_LENGTH (VALUE_ENCLOSING_TYPE (elemvec[idx])) != typelength) in value_array() 1036 VALUE_ENCLOSING_TYPE (elemvec[0]), rangetype); in value_array() [all …]
|
H A D | xstormy16-tdep.c | 259 typelen = TYPE_LENGTH (VALUE_ENCLOSING_TYPE (args[i])); in xstormy16_push_dummy_call() 280 typelen = TYPE_LENGTH (VALUE_ENCLOSING_TYPE (args[j])); in xstormy16_push_dummy_call()
|
H A D | gnu-v3-abi.c | 270 && (TYPE_LENGTH (VALUE_ENCLOSING_TYPE (value)) in gnuv3_rtti_type()
|
H A D | vax-tdep.c | 127 int len = TYPE_LENGTH (VALUE_ENCLOSING_TYPE (args[i])); in vax_store_arguments()
|
H A D | ns32k-tdep.c | 431 int len = TYPE_LENGTH (VALUE_ENCLOSING_TYPE (arg)); in ns32k_push_arguments()
|
H A D | value.h | 185 #define VALUE_ENCLOSING_TYPE(val) (val)->enclosing_type macro
|
H A D | infcall.c | 574 arg_type = check_typedef (VALUE_ENCLOSING_TYPE (args[i])); in call_function_by_hand()
|
H A D | m68k-tdep.c | 420 struct type *value_type = VALUE_ENCLOSING_TYPE (args[i]); in m68k_push_dummy_call()
|
H A D | i386-tdep.c | 1218 int len = TYPE_LENGTH (VALUE_ENCLOSING_TYPE (args[i])); in i386_push_dummy_call()
|
H A D | ChangeLog-1998 | 2430 (value_repeat): Use VALUE_CONTENTS_ALL_RAW and VALUE_ENCLOSING_TYPE. 2435 (value_push): Use VALUE_CONTENTS_ALL and VALUE_ENCLOSING_TYPE. 2439 (value_array): Use VALUE_CONTENTS_ALL and VALUE_ENCLOSING_TYPE.
|