Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dc-valprint.c562 val_print (value_enclosing_type (val), in c_value_print()
570 else if (type != check_typedef (value_enclosing_type (val))) in c_value_print()
574 TYPE_NAME (value_enclosing_type (val))); in c_value_print()
575 val_print (value_enclosing_type (val), in c_value_print()
H A Dvalue.c830 value_enclosing_type (struct value *value) in value_enclosing_type() function
872 result = value_enclosing_type (value); in value_actual_type()
1372 struct type *encl_type = value_enclosing_type (arg); in value_copy()
1395 TYPE_LENGTH (value_enclosing_type (arg))); in value_copy()
1419 struct type *enc_type = value_enclosing_type (arg); in value_non_lval()
2597 if (TYPE_LENGTH (new_encl_type) > TYPE_LENGTH (value_enclosing_type (val))) in set_value_enclosing_type()
2682 v = allocate_value_lazy (value_enclosing_type (arg1)); in value_primitive_field()
2685 v = allocate_value (value_enclosing_type (arg1)); in value_primitive_field()
2687 TYPE_LENGTH (value_enclosing_type (arg1))); in value_primitive_field()
3292 enc_type = check_typedef (value_enclosing_type (arg)); in coerce_ref()
H A Dvalops.c1002 struct type *type = check_typedef (value_enclosing_type (val)); in value_fetch_lazy()
1461 set_value_enclosing_type (val, value_enclosing_type (fromval)); in value_assign()
1480 val = allocate_repeat_value (value_enclosing_type (arg1), count); in value_repeat()
1487 TYPE_LENGTH (value_enclosing_type (val))); in value_repeat()
1705 lookup_pointer_type (value_enclosing_type (arg1))); in value_addr()
1761 enc_type = check_typedef (value_enclosing_type (arg1)); in value_ind()
1810 typelength = TYPE_LENGTH (value_enclosing_type (elemvec[0])); in value_array()
1813 if (TYPE_LENGTH (value_enclosing_type (elemvec[idx])) != typelength) in value_array()
1819 arraytype = lookup_array_range_type (value_enclosing_type (elemvec[0]), in value_array()
2112 || boffset >= TYPE_LENGTH (value_enclosing_type (arg1))) in do_search_struct_field()
[all …]
H A Dcp-valprint.c670 cp_print_value_fields (type, value_enclosing_type (val), in cp_print_static_field()
H A Dvalue.h135 extern struct type *value_enclosing_type (struct value *);
H A Dgnu-v3-abi.c343 && (TYPE_LENGTH (value_enclosing_type (value)) in gnuv3_rtti_type()
H A Di386-tdep.c2436 int len = TYPE_LENGTH (value_enclosing_type (args[i])); in i386_push_dummy_call()
2440 if (i386_16_byte_align_p (value_enclosing_type (args[i]))) in i386_push_dummy_call()
2456 if (i386_16_byte_align_p (value_enclosing_type (args[i]))) in i386_push_dummy_call()
H A Ddwarf2loc.c1566 if (value_type (v) != value_enclosing_type (v)) in read_pieced_value()