Home
last modified time | relevance | path

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

/dports/devel/gdb/gdb-11.1/gdb/
H A Dc-typeprint.c394 name = TYPE_SELF_TYPE (type)->name (); in c_type_print_varspec_prefix()
398 c_type_print_base_1 (TYPE_SELF_TYPE (type), in c_type_print_varspec_prefix()
409 name = TYPE_SELF_TYPE (type)->name (); in c_type_print_varspec_prefix()
413 c_type_print_base_1 (TYPE_SELF_TYPE (type), in c_type_print_varspec_prefix()
H A Dgnu-v3-abi.c614 struct type *self_type = TYPE_SELF_TYPE (type); in gnuv3_print_method_ptr()
741 self_type = TYPE_SELF_TYPE (check_typedef (value_type (method_ptr))); in gnuv3_method_ptr_to_value()
H A Dp-typeprint.c208 type_print_base (TYPE_SELF_TYPE (type), in type_print_varspec_prefix()
H A Dcp-valprint.c676 struct type *self_type = TYPE_SELF_TYPE (type); in cp_print_class_member()
H A Deval.c843 = lookup_pointer_type (TYPE_SELF_TYPE (a1_type)); in evaluate_funcall()
1223 arg1 = value_cast_pointers (lookup_pointer_type (TYPE_SELF_TYPE (type)), in eval_op_member()
H A Dgdbtypes.c1631 set_type_self_type (type, TYPE_SELF_TYPE (to_type)); in smash_to_methodptr_type()
5394 gdb_print_host_address (TYPE_SELF_TYPE (type), gdb_stdout); in recursive_dump_type()
5633 copy_type_recursive (objfile, TYPE_SELF_TYPE (type), in copy_type_recursive()
H A Dvalops.c2727 gdb_assert (TYPE_SELF_TYPE (methods[0].type) != NULL); in find_overload_match()
3548 tmp = lookup_pointer_type (TYPE_SELF_TYPE (type)); in value_struct_elt_for_reference()
H A Dgdbtypes.h1924 #define TYPE_SELF_TYPE(thistype) internal_type_self_type (thistype) macro
H A Dstabsread.c2338 if (!TYPE_SELF_TYPE (new_sublist->fn_field.type))
H A 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.
/dports/devel/gdb/gdb-11.1/gdb/compile/
H A Dcompile-cplus-types.c693 struct type *containing_class = TYPE_SELF_TYPE (type); in compile_cplus_convert_memberptr()
1163 compile_cplus_convert_method (instance, TYPE_SELF_TYPE (type), type); in convert_type_cplus_basic()