Searched refs:VALUE_ENCLOSING_TYPE (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/gdb/gdb/ |
| HD | values.c | 90 VALUE_ENCLOSING_TYPE (val) = type; in allocate_value() 218 struct type *encl_type = VALUE_ENCLOSING_TYPE (arg); in value_copy() 237 TYPE_LENGTH (VALUE_ENCLOSING_TYPE (arg))); in value_copy() 845 if (TYPE_LENGTH (new_encl_type) <= TYPE_LENGTH (VALUE_ENCLOSING_TYPE (val))) in value_change_enclosing_type() 847 VALUE_ENCLOSING_TYPE (val) = new_encl_type; in value_change_enclosing_type() 857 VALUE_ENCLOSING_TYPE (new_val) = new_encl_type; in value_change_enclosing_type() 914 v = allocate_value (VALUE_ENCLOSING_TYPE (arg1)); in value_primitive_field() 920 TYPE_LENGTH (VALUE_ENCLOSING_TYPE (arg1))); in value_primitive_field()
|
| HD | c-valprint.c | 578 return val_print (VALUE_ENCLOSING_TYPE (val), VALUE_CONTENTS_ALL (val), 0, in c_value_print() 583 else if (type != VALUE_ENCLOSING_TYPE (val)) in c_value_print() 587 TYPE_NAME (VALUE_ENCLOSING_TYPE (val))); in c_value_print() 588 return val_print (VALUE_ENCLOSING_TYPE (val), VALUE_CONTENTS_ALL (val), 0, in c_value_print()
|
| HD | 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()
|
| HD | valops.c | 514 int length = TYPE_LENGTH (VALUE_ENCLOSING_TYPE (val)); in value_fetch_lazy() 559 val = value_change_enclosing_type (val, VALUE_ENCLOSING_TYPE (fromval)); in value_assign() 766 val = value_change_enclosing_type (val, VALUE_ENCLOSING_TYPE (fromval)); in value_assign() 785 val = allocate_repeat_value (VALUE_ENCLOSING_TYPE (arg1), count); in value_repeat() 789 TYPE_LENGTH (VALUE_ENCLOSING_TYPE (val))); in value_repeat() 908 arg2 = value_change_enclosing_type (arg2, lookup_pointer_type (VALUE_ENCLOSING_TYPE (arg1))); in value_addr() 943 enc_type = check_typedef (VALUE_ENCLOSING_TYPE (arg1)); in value_ind() 1022 int len = TYPE_LENGTH (VALUE_ENCLOSING_TYPE (arg)); in value_push() 1093 typelength = TYPE_LENGTH (VALUE_ENCLOSING_TYPE (elemvec[0])); in value_array() 1096 if (TYPE_LENGTH (VALUE_ENCLOSING_TYPE (elemvec[idx])) != typelength) in value_array() [all …]
|
| HD | gnu-v3-abi.c | 270 && (TYPE_LENGTH (VALUE_ENCLOSING_TYPE (value)) in gnuv3_rtti_type()
|
| HD | value.h | 188 #define VALUE_ENCLOSING_TYPE(val) (val)->enclosing_type macro
|
| HD | infcall.c | 696 arg_type = check_typedef (VALUE_ENCLOSING_TYPE (args[i])); in call_function_by_hand()
|
| HD | i386-tdep.c | 1108 int len = TYPE_LENGTH (VALUE_ENCLOSING_TYPE (args[i])); in i386_push_dummy_call()
|