Searched refs:TYPE_DOMAIN_TYPE (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | p-typeprint.c | 215 name = type_name_no_tag (TYPE_DOMAIN_TYPE (type)); in pascal_type_print_varspec_prefix() 219 pascal_type_print_base (TYPE_DOMAIN_TYPE (type), stream, 0, passed_a_ptr); in pascal_type_print_varspec_prefix() 238 pascal_type_print_base (TYPE_DOMAIN_TYPE (type), stream, 0, passed_a_ptr); in pascal_type_print_varspec_prefix()
|
| H A D | c-valprint.c | 168 TYPE_DOMAIN_TYPE (TYPE_TARGET_TYPE (type)), in c_val_print() 261 TYPE_DOMAIN_TYPE (elttype), in c_val_print()
|
| H A D | p-valprint.c | 157 TYPE_DOMAIN_TYPE (TYPE_TARGET_TYPE (type)), in pascal_val_print() 267 TYPE_DOMAIN_TYPE (elttype), in pascal_val_print() 605 domain = TYPE_DOMAIN_TYPE (target_type); in pascal_object_print_class_method()
|
| H A D | c-typeprint.c | 229 name = type_name_no_tag (TYPE_DOMAIN_TYPE (type)); in c_type_print_varspec_prefix() 233 c_type_print_base (TYPE_DOMAIN_TYPE (type), stream, 0, passed_a_ptr); in c_type_print_varspec_prefix() 244 c_type_print_base (TYPE_DOMAIN_TYPE (type), stream, 0, passed_a_ptr); in c_type_print_varspec_prefix()
|
| H A D | cp-valprint.c | 85 domain = TYPE_DOMAIN_TYPE (target_type); in cp_print_class_method()
|
| H A D | gdbtypes.c | 985 TYPE_DOMAIN_TYPE (type) = domain; in smash_to_member_type() 1009 TYPE_DOMAIN_TYPE (type) = domain; in smash_to_method_type() 1619 TYPE_DOMAIN_TYPE (mtype) = type; in check_stub_method()
|
| H A D | gdbtypes.h | 811 #define TYPE_DOMAIN_TYPE(thistype) TYPE_MAIN_TYPE(thistype)->vptr_basetype macro
|
| H A D | eval.c | 1011 TYPE_DOMAIN_TYPE (TYPE_TARGET_TYPE (VALUE_TYPE (arg1))); in evaluate_subexp_standard() 1411 arg1 = value_cast (lookup_pointer_type (TYPE_DOMAIN_TYPE (type)), in evaluate_subexp_standard()
|
| H A D | stabsread.c | 2274 if (!TYPE_DOMAIN_TYPE (new_sublist->fn_field.type)) in read_member_functions() 2275 TYPE_DOMAIN_TYPE (new_sublist->fn_field.type) = type; in read_member_functions()
|
| H A D | valops.c | 1969 gdb_assert (TYPE_DOMAIN_TYPE (fns_ptr[0].type) != NULL); in find_overload_match()
|