Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dvalops.c2421 (lookup_reference_type (lookup_member_type (TYPE_FIELD_TYPE (t, i), in value_struct_elt_for_reference()
2478 (lookup_member_type (TYPE_FN_FIELD_TYPE (f, j), in value_struct_elt_for_reference()
2495 (lookup_member_type (TYPE_FN_FIELD_TYPE (f, j), in value_struct_elt_for_reference()
H A Dgdbtypes.h1200 extern struct type *lookup_member_type (struct type *, struct type *);
H A Dp-exp.y721 { $$ = lookup_member_type (builtin_type_int, $1); }
H A Dobjc-exp.y862 { $$ = lookup_member_type (builtin_type_int, $1); }
H A Dc-exp.y798 { $$ = lookup_member_type (builtin_type (current_gdbarch)->builtin_int, $1); }
H A Dp-exp.c1826 { yyval.tval = lookup_member_type (builtin_type_int, yyvsp[-2].tval); }
H A Dc-exp.c2137 … { yyval.tval = lookup_member_type (builtin_type (current_gdbarch)->builtin_int, yyvsp[-2].tval); }
H A Dobjc-exp.c2206 { yyval.tval = lookup_member_type (builtin_type_int, yyvsp[-2].tval); }
H A Dgdbtypes.c594 lookup_member_type (struct type *type, struct type *domain) in lookup_member_type() function
H A DChangeLog-1991535 * symtab.c (lookup_member_type): Don't chain them up, just
H A DChangeLog-19925795 lookup_reference_type, lookup_member_type, allocate_stub_method,