Home
last modified time | relevance | path

Searched refs:TYPE_SELF_TYPE (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dc-typeprint.c378 name = TYPE_SELF_TYPE (type)->name (); in c_type_print_varspec_prefix()
382 c_type_print_base_1 (TYPE_SELF_TYPE (type), in c_type_print_varspec_prefix()
393 name = TYPE_SELF_TYPE (type)->name (); in c_type_print_varspec_prefix()
397 c_type_print_base_1 (TYPE_SELF_TYPE (type), in c_type_print_varspec_prefix()
Dp-typeprint.c209 type_print_base (TYPE_SELF_TYPE (type), in type_print_varspec_prefix()
Dgnu-v3-abi.c625 struct type *self_type = TYPE_SELF_TYPE (type); in gnuv3_print_method_ptr()
750 self_type = TYPE_SELF_TYPE (check_typedef (method_ptr->type ())); in gnuv3_method_ptr_to_value()
Dcp-valprint.c693 struct type *self_type = TYPE_SELF_TYPE (type); in cp_print_class_member()
Deval.c818 = lookup_pointer_type (TYPE_SELF_TYPE (a1_type)); in evaluate_funcall()
1288 arg1 = value_cast_pointers (lookup_pointer_type (TYPE_SELF_TYPE (type)), in eval_op_member()
Dgdbtypes.c1591 set_type_self_type (type, TYPE_SELF_TYPE (to_type)); in smash_to_methodptr_type()
5351 host_address_to_string (TYPE_SELF_TYPE (type))); in recursive_dump_type()
5575 copy_type_recursive (TYPE_SELF_TYPE (type), in copy_type_recursive()
Dvalops.c2783 gdb_assert (TYPE_SELF_TYPE (methods[0].type) != NULL); in find_overload_match()
3609 tmp = lookup_pointer_type (TYPE_SELF_TYPE (type)); in value_struct_elt_for_reference()
Dgdbtypes.h1945 #define TYPE_SELF_TYPE(thistype) internal_type_self_type (thistype) macro
Dstabsread.c2363 if (!TYPE_SELF_TYPE (new_sublist->fn_field.type)) in read_member_functions()
DChangeLog-201513462 Update setting of TYPE_SELF_TYPE.
13463 (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
13465 Update setting of TYPE_SELF_TYPE.
13473 (TYPE_SELF_TYPE): Rewrite.
13478 * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
13482 TYPE_SELF_TYPE.
13486 * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.