Searched refs:fcontext (Results 1 – 11 of 11) sorted by relevance
108 struct type *fcontext = TYPE_FN_FIELD_FCONTEXT (f, j); in gnuv2_virtual_fn_field() local110 if (fcontext == NULL) in gnuv2_virtual_fn_field()115 fcontext = TYPE_VPTR_BASETYPE (type); in gnuv2_virtual_fn_field()116 context = lookup_pointer_type (fcontext); in gnuv2_virtual_fn_field()
666 struct type *fcontext; member937 #define TYPE_FN_FIELD_FCONTEXT(thisfn, n) ((thisfn)[n].fcontext)
108 #define FX(ENTRY)(offsetof(struct fcontext, ENTRY))
2302 new_sublist->fn_field.fcontext = 0; in read_member_functions()2316 new_sublist->fn_field.fcontext = look_ahead_type; in read_member_functions()2366 new_sublist->fn_field.fcontext = 0; in read_member_functions()
3980 fn_p->field.fn_fields[ix].fcontext = type; in hpread_read_struct_type()3982 fn_p->field.fn_fields[ix].fcontext = NULL; in hpread_read_struct_type()
3531 * dbxread.c (read_struct_type): Set fcontext to 0 for normal member3575 * dbxread.c (read_struct_type): Only try to read the fcontext if3577 values.c (value_virtual_fn_field): If there is no fcontext,
3592 fnp->fcontext = die_containing_type (die, cu); in dwarf2_add_member_fn()
910 a virtual function is from, and store it in fn_field.fcontext.
2683 #define DECL_FCONTEXT(NODE) (FIELD_DECL_CHECK (NODE)->field_decl.fcontext)2705 tree fcontext; member
6318 * class.c (build_vtbl_or_vbase_field): New parameter fcontext.
16190 * class.c (build_vtbl_or_vbase_field): New parameter fcontext.