Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dvalops.c1290 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 Dcp-valprint.c518 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 Djv-typeprint.c60 name = type_name_no_tag (TYPE_BASECLASS (type, i)); in java_type_print_derivation_info()
H A Dgnu-v2-abi.c353 struct type *basetype = TYPE_BASECLASS (type, index); in gnuv2_baseclass_offset()
H A Djv-lang.c403 TYPE_BASECLASS (type, 0) = tsuper; in java_link_class_type()
608 ttype = TYPE_BASECLASS (ttype, 0); in is_object_type()
H A Djv-valprint.c275 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); in java_print_value_fields()
H A Dlinespec.c184 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 Dp-typeprint.c127 name = type_name_no_tag (TYPE_BASECLASS (type, i)); in pascal_type_print_derivation_info()
H A Dgdbtypes.c1259 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 Dc-typeprint.c141 name = type_name_no_tag (TYPE_BASECLASS (type, i)); in cp_type_print_derivation_info()
H A Dp-valprint.c930 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); in pascal_object_print_value()
H A Dgdbtypes.h846 #define TYPE_BASECLASS(thistype,index) TYPE_MAIN_TYPE(thistype)->fields[index].type macro
H A Dstabsread.c1129 type_name_no_tag (TYPE_BASECLASS (SYMBOL_TYPE (sym), j)); in define_symbol()
H A DChangeLog-3.x3904 * coffread.c (fill_in_vptr_fieldno): Rewrote TYPE_BASECLASS as
H A DChangeLog-19901717 Any code that says TYPE_BASECLASS (t, 1) is probably wrong.)
H A DChangeLog-19913539 * dbxread.c (virtual_context): Use TYPE_BASECLASS starting at 0
H A DChangeLog-1993103 TYPE_BASECLASS (type, i) before we look at its name.