Searched refs:TYPE_BASECLASS (Results 1 – 17 of 17) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | valops.c | 1290 struct type *basetype = check_typedef (TYPE_BASECLASS (type, i)); in search_struct_field() 1341 v = search_struct_field (name, v2, 0, TYPE_BASECLASS (type, i), in search_struct_field() 1522 find_rt_vbase_offset (type, TYPE_BASECLASS (type, i), in search_struct_method() 1531 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); in search_struct_method() 1563 static_memfuncp, TYPE_BASECLASS (type, i)); in search_struct_method() 1756 find_rt_vbase_offset (type, TYPE_BASECLASS (type, i), in find_method_list() 1781 TYPE_BASECLASS (type, i), num_fns, basetype, in find_method_list() 2317 if (check_field_in (TYPE_BASECLASS (type, i), name)) in check_field_in() 2514 TYPE_BASECLASS (t, i), in value_struct_elt_for_reference()
|
H A D | cp-valprint.c | 518 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); in cp_print_value() 542 find_rt_vbase_offset (type, TYPE_BASECLASS (type, i), in cp_print_value()
|
H A D | jv-typeprint.c | 60 name = type_name_no_tag (TYPE_BASECLASS (type, i)); in java_type_print_derivation_info()
|
H A D | gnu-v2-abi.c | 353 struct type *basetype = TYPE_BASECLASS (type, index); in gnuv2_baseclass_offset()
|
H A D | jv-lang.c | 403 TYPE_BASECLASS (type, 0) = tsuper; in java_link_class_type() 608 ttype = TYPE_BASECLASS (ttype, 0); in is_object_type()
|
H A D | jv-valprint.c | 275 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); in java_print_value_fields()
|
H A D | linespec.c | 184 count += total_number_of_methods (TYPE_BASECLASS (type, n)); in total_number_of_methods() 262 i1 += find_methods (TYPE_BASECLASS (t, ibase), name, sym_arr + i1); in find_methods()
|
H A D | p-typeprint.c | 127 name = type_name_no_tag (TYPE_BASECLASS (type, i)); in pascal_type_print_derivation_info()
|
H A D | gdbtypes.c | 1259 t = lookup_struct_elt_type (TYPE_BASECLASS (type, i), name, noerr); in lookup_struct_elt_type() 1301 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); in fill_in_vptr_fieldno() 1856 if (is_ancestor (base, TYPE_BASECLASS (dclass, i))) in is_ancestor()
|
H A D | c-typeprint.c | 141 name = type_name_no_tag (TYPE_BASECLASS (type, i)); in cp_type_print_derivation_info()
|
H A D | p-valprint.c | 930 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); in pascal_object_print_value()
|
H A D | gdbtypes.h | 846 #define TYPE_BASECLASS(thistype,index) TYPE_MAIN_TYPE(thistype)->fields[index].type macro
|
H A D | stabsread.c | 1129 type_name_no_tag (TYPE_BASECLASS (SYMBOL_TYPE (sym), j)); in define_symbol()
|
H A D | ChangeLog-3.x | 3904 * coffread.c (fill_in_vptr_fieldno): Rewrote TYPE_BASECLASS as
|
H A D | ChangeLog-1990 | 1717 Any code that says TYPE_BASECLASS (t, 1) is probably wrong.)
|
H A D | ChangeLog-1991 | 3539 * dbxread.c (virtual_context): Use TYPE_BASECLASS starting at 0
|
H A D | ChangeLog-1993 | 103 TYPE_BASECLASS (type, i) before we look at its name.
|