Searched refs:lookup_member_type (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | valops.c | 2421 (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 D | gdbtypes.h | 1200 extern struct type *lookup_member_type (struct type *, struct type *);
|
H A D | p-exp.y | 721 { $$ = lookup_member_type (builtin_type_int, $1); }
|
H A D | objc-exp.y | 862 { $$ = lookup_member_type (builtin_type_int, $1); }
|
H A D | c-exp.y | 798 { $$ = lookup_member_type (builtin_type (current_gdbarch)->builtin_int, $1); }
|
H A D | p-exp.c | 1826 { yyval.tval = lookup_member_type (builtin_type_int, yyvsp[-2].tval); }
|
H A D | c-exp.c | 2137 … { yyval.tval = lookup_member_type (builtin_type (current_gdbarch)->builtin_int, yyvsp[-2].tval); }
|
H A D | objc-exp.c | 2206 { yyval.tval = lookup_member_type (builtin_type_int, yyvsp[-2].tval); }
|
H A D | gdbtypes.c | 594 lookup_member_type (struct type *type, struct type *domain) in lookup_member_type() function
|
H A D | ChangeLog-1991 | 535 * symtab.c (lookup_member_type): Don't chain them up, just
|
H A D | ChangeLog-1992 | 5795 lookup_reference_type, lookup_member_type, allocate_stub_method,
|