Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A 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()
H A Dc-valprint.c168 TYPE_DOMAIN_TYPE (TYPE_TARGET_TYPE (type)), in c_val_print()
261 TYPE_DOMAIN_TYPE (elttype), in c_val_print()
H A Dp-valprint.c157 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 Dc-typeprint.c229 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 Dcp-valprint.c85 domain = TYPE_DOMAIN_TYPE (target_type); in cp_print_class_method()
H A Dgdbtypes.c985 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 Dgdbtypes.h811 #define TYPE_DOMAIN_TYPE(thistype) TYPE_MAIN_TYPE(thistype)->vptr_basetype macro
H A Deval.c1011 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 Dstabsread.c2274 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 Dvalops.c1969 gdb_assert (TYPE_DOMAIN_TYPE (fns_ptr[0].type) != NULL); in find_overload_match()