Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dp-typeprint.c215 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()
Dc-valprint.c168 TYPE_DOMAIN_TYPE (TYPE_TARGET_TYPE (type)), in c_val_print()
262 TYPE_DOMAIN_TYPE (elttype), in c_val_print()
Dc-typeprint.c226 name = type_name_no_tag (TYPE_DOMAIN_TYPE (type)); in c_type_print_varspec_prefix()
230 c_type_print_base (TYPE_DOMAIN_TYPE (type), stream, 0, passed_a_ptr); in c_type_print_varspec_prefix()
241 c_type_print_base (TYPE_DOMAIN_TYPE (type), stream, 0, passed_a_ptr); in c_type_print_varspec_prefix()
Dp-valprint.c157 TYPE_DOMAIN_TYPE (TYPE_TARGET_TYPE (type)), in pascal_val_print()
268 TYPE_DOMAIN_TYPE (elttype), in pascal_val_print()
610 domain = TYPE_DOMAIN_TYPE (target_type); in pascal_object_print_class_method()
Dcp-valprint.c81 domain = TYPE_DOMAIN_TYPE (target_type); in cp_print_class_method()
Dgdbtypes.c990 TYPE_DOMAIN_TYPE (type) = domain; in smash_to_member_type()
1014 TYPE_DOMAIN_TYPE (type) = domain; in smash_to_method_type()
1606 TYPE_DOMAIN_TYPE (mtype) = type; in check_stub_method()
Dgdbtypes.h835 #define TYPE_DOMAIN_TYPE(thistype) TYPE_MAIN_TYPE(thistype)->vptr_basetype macro
Deval.c1008 TYPE_DOMAIN_TYPE (TYPE_TARGET_TYPE (VALUE_TYPE (arg1))); in evaluate_subexp_standard()
1408 arg1 = value_cast (lookup_pointer_type (TYPE_DOMAIN_TYPE (type)), in evaluate_subexp_standard()
Dstabsread.c2230 if (!TYPE_DOMAIN_TYPE (new_sublist->fn_field.type)) in read_member_functions()
2231 TYPE_DOMAIN_TYPE (new_sublist->fn_field.type) = type; in read_member_functions()
Dvalops.c1900 gdb_assert (TYPE_DOMAIN_TYPE (fns_ptr[0].type) != NULL); in find_overload_match()