Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dtypeprint.c151 real_type = lookup_reference_type (real_type); in whatis_exp()
H A Dc-valprint.c543 type = lookup_reference_type (real_type); in c_value_print()
H A Dvalops.c2490 (lookup_reference_type (lookup_member_type (TYPE_FIELD_TYPE (t, i), in value_struct_elt_for_reference()
2546 (lookup_reference_type in value_struct_elt_for_reference()
2563 VALUE_TYPE (v) = lookup_reference_type in value_struct_elt_for_reference()
H A Dparse.c1213 follow_type = lookup_reference_type (follow_type); in follow_types()
H A Df-exp.y521 follow_type = lookup_reference_type (follow_type);
H A Dgdbtypes.h1105 extern struct type *lookup_reference_type (struct type *);
H A Df-exp.c1642 follow_type = lookup_reference_type (follow_type);
H A Ddwarfread.c3205 typep = lookup_reference_type (typep); in decode_modified_type()
H A Deval.c1347 real_type = lookup_reference_type (real_type); in evaluate_subexp_standard()
H A Dgdbtypes.c342 lookup_reference_type (struct type *type) in lookup_reference_type() function
H A Ddwarf2read.c3713 type = lookup_reference_type (die_type (die, cu)); in read_tag_reference_type()