Home
last modified time | relevance | path

Searched refs:fcontext (Results 1 – 8 of 8) sorted by relevance

/freebsd-9-stable/contrib/gdb/gdb/
Dgnu-v2-abi.c108 struct type *fcontext = TYPE_FN_FIELD_FCONTEXT (f, j); in gnuv2_virtual_fn_field() local
110 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()
Dgdbtypes.h642 struct type *fcontext; member
913 #define TYPE_FN_FIELD_FCONTEXT(thisfn, n) ((thisfn)[n].fcontext)
Dlynx-nat.c108 #define FX(ENTRY)(offsetof(struct fcontext, ENTRY))
Dstabsread.c2346 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()
Dhpread.c3985 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()
Ddwarf2read.c2912 fnp->fcontext = die_containing_type (die, cu); in dwarf2_add_member_fn()
/freebsd-9-stable/contrib/gcc/
Dtree.h2696 #define DECL_FCONTEXT(NODE) (FIELD_DECL_CHECK (NODE)->field_decl.fcontext)
2718 tree fcontext; member
/freebsd-9-stable/contrib/gcc/cp/
DChangeLog-20006318 * class.c (build_vtbl_or_vbase_field): New parameter fcontext.