Searched refs:fcontext (Results 1 – 8 of 8) 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()
642 struct type *fcontext; member913 #define TYPE_FN_FIELD_FCONTEXT(thisfn, n) ((thisfn)[n].fcontext)
108 #define FX(ENTRY)(offsetof(struct fcontext, ENTRY))
2346 new_sublist->fn_field.fcontext = 0; in read_member_functions()2360 new_sublist->fn_field.fcontext = look_ahead_type; in read_member_functions()2410 new_sublist->fn_field.fcontext = 0; in read_member_functions()
3985 fn_p->field.fn_fields[ix].fcontext = type; in hpread_read_struct_type()3987 fn_p->field.fn_fields[ix].fcontext = NULL; in hpread_read_struct_type()
2912 fnp->fcontext = die_containing_type (die, cu); in dwarf2_add_member_fn()
2696 #define DECL_FCONTEXT(NODE) (FIELD_DECL_CHECK (NODE)->field_decl.fcontext)2718 tree fcontext; member
6318 * class.c (build_vtbl_or_vbase_field): New parameter fcontext.