Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dvalops.c744 if (class_types_same_p (desired_type, TYPE_BASECLASS (search_type, i))) in dynamic_cast_check_1()
751 *result = value_at_lazy (TYPE_BASECLASS (search_type, i), in dynamic_cast_check_1()
760 TYPE_BASECLASS (search_type, i), in dynamic_cast_check_1()
793 if (class_types_same_p (desired_type, TYPE_BASECLASS (search_type, i))) in dynamic_cast_check_2()
797 *result = value_at_lazy (TYPE_BASECLASS (search_type, i), in dynamic_cast_check_2()
805 TYPE_BASECLASS (search_type, i), in dynamic_cast_check_2()
2057 struct type *basetype = check_typedef (TYPE_BASECLASS (type, i)); in search()
2103 search (v2, 0, TYPE_BASECLASS (type, i)); in search()
2253 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); in search_struct_method()
2294 static_memfuncp, TYPE_BASECLASS (type, i)); in search_struct_method()
[all …]
Dcp-namespace.c813 struct type *type = check_typedef (TYPE_BASECLASS (parent_type, i)); in cp_find_type_baseclass_by_name()
845 struct type *base_type = TYPE_BASECLASS (parent_type, i); in find_symbol_in_baseclass()
Dgnu-v2-abi.c345 struct type *basetype = TYPE_BASECLASS (type, index); in gnuv2_baseclass_offset()
Dd-namespace.c255 struct type *base_type = TYPE_BASECLASS (parent_type, i); in find_symbol_in_baseclass()
Df-typeprint.c295 gdb_printf (stream, ", extends(%s) ::", TYPE_BASECLASS (type, i)->name ()); in f_type_print_derivation_info()
Dp-typeprint.c112 name = TYPE_BASECLASS (type, i)->name (); in type_print_derivation_info()
Dtypeprint.c240 recursively_update (TYPE_BASECLASS (t, i)); in recursively_update()
Dcp-valprint.c440 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); in cp_print_value()
Dp-valprint.c710 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); in pascal_object_print_value()
Dax-gdb.c242 struct type *basetype = check_typedef (TYPE_BASECLASS (type, i)); in gen_trace_static_fields()
1378 struct type *basetype = check_typedef (TYPE_BASECLASS (type, i)); in gen_struct_ref_recursive()
Dgdbtypes.c1836 struct_elt elt = lookup_struct_elt (TYPE_BASECLASS (type, i), name, 1); in lookup_struct_elt()
1990 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); in get_vptr_fieldno()
3836 d = distance_to_ancestor (base, TYPE_BASECLASS (dclass, i), is_public); in distance_to_ancestor()
3883 iter = check_typedef (TYPE_BASECLASS (dclass, i)); in is_unique_ancestor_worker()
Dc-typeprint.c234 name = TYPE_BASECLASS (type, i)->name (); in cp_type_print_derivation_info()
Dcp-support.c1364 add_symbol_overload_list_adl_namespace (TYPE_BASECLASS (type, i),
Dgdbtypes.h1978 #define TYPE_BASECLASS(thistype,index) ((thistype)->field (index).type ()) macro
Deval.c961 add_struct_fields (TYPE_BASECLASS (type, i), in add_struct_fields()
Dstabsread.c1227 (TYPE_BASECLASS (sym->type (), j)->name ()); in define_symbol()
Dlinespec.c1293 superclasses->push_back (TYPE_BASECLASS (t, ibase)); in find_methods()
Dsymtab.c2089 if (check_field (TYPE_BASECLASS (type, i), name, is_a_field_of_this)) in check_field()
DChangeLog-3.x3904 * coffread.c (fill_in_vptr_fieldno): Rewrote TYPE_BASECLASS as
DChangeLog-19901717 Any code that says TYPE_BASECLASS (t, 1) is probably wrong.)
DChangeLog-19913539 * dbxread.c (virtual_context): Use TYPE_BASECLASS starting at 0
DChangeLog-1993103 TYPE_BASECLASS (type, i) before we look at its name.
DChangeLog-2009291 (TYPE_FIELDS, TYPE_BASECLASS, TYPE_BASECLASS_NAME, TYPE_FIELD)