Searched refs:TYPE_BASECLASS (Results 1 – 23 of 23) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | valops.c | 744 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 …]
|
| D | cp-namespace.c | 813 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()
|
| D | gnu-v2-abi.c | 345 struct type *basetype = TYPE_BASECLASS (type, index); in gnuv2_baseclass_offset()
|
| D | d-namespace.c | 255 struct type *base_type = TYPE_BASECLASS (parent_type, i); in find_symbol_in_baseclass()
|
| D | f-typeprint.c | 295 gdb_printf (stream, ", extends(%s) ::", TYPE_BASECLASS (type, i)->name ()); in f_type_print_derivation_info()
|
| D | p-typeprint.c | 112 name = TYPE_BASECLASS (type, i)->name (); in type_print_derivation_info()
|
| D | typeprint.c | 240 recursively_update (TYPE_BASECLASS (t, i)); in recursively_update()
|
| D | cp-valprint.c | 440 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); in cp_print_value()
|
| D | p-valprint.c | 710 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); in pascal_object_print_value()
|
| D | ax-gdb.c | 242 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()
|
| D | gdbtypes.c | 1836 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()
|
| D | c-typeprint.c | 234 name = TYPE_BASECLASS (type, i)->name (); in cp_type_print_derivation_info()
|
| D | cp-support.c | 1364 add_symbol_overload_list_adl_namespace (TYPE_BASECLASS (type, i),
|
| D | gdbtypes.h | 1978 #define TYPE_BASECLASS(thistype,index) ((thistype)->field (index).type ()) macro
|
| D | eval.c | 961 add_struct_fields (TYPE_BASECLASS (type, i), in add_struct_fields()
|
| D | stabsread.c | 1227 (TYPE_BASECLASS (sym->type (), j)->name ()); in define_symbol()
|
| D | linespec.c | 1293 superclasses->push_back (TYPE_BASECLASS (t, ibase)); in find_methods()
|
| D | symtab.c | 2089 if (check_field (TYPE_BASECLASS (type, i), name, is_a_field_of_this)) in check_field()
|
| D | ChangeLog-3.x | 3904 * coffread.c (fill_in_vptr_fieldno): Rewrote TYPE_BASECLASS as
|
| D | ChangeLog-1990 | 1717 Any code that says TYPE_BASECLASS (t, 1) is probably wrong.)
|
| D | ChangeLog-1991 | 3539 * dbxread.c (virtual_context): Use TYPE_BASECLASS starting at 0
|
| D | ChangeLog-1993 | 103 TYPE_BASECLASS (type, i) before we look at its name.
|
| D | ChangeLog-2009 | 291 (TYPE_FIELDS, TYPE_BASECLASS, TYPE_BASECLASS_NAME, TYPE_FIELD)
|