Searched refs:fcontext (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgnu-v2-abi.c109 struct type *fcontext = TYPE_FN_FIELD_FCONTEXT (f, j);
111 if (fcontext == NULL)
112 /* We don't have an fcontext (e.g. the program was compiled with
116 fcontext = TYPE_VPTR_BASETYPE (type);
117 context = lookup_pointer_type (fcontext);
108 struct type *fcontext = TYPE_FN_FIELD_FCONTEXT (f, j); local
H A Dlynx-nat.c108 #define FX(ENTRY)(offsetof(struct fcontext, ENTRY))
H A Dgdbtypes.h642 struct type *fcontext; member in struct:cplus_struct_type::fn_fieldlist::fn_field
913 #define TYPE_FN_FIELD_FCONTEXT(thisfn, n) ((thisfn)[n].fcontext)
H A Dstabsread.c2352 new_sublist->fn_field.fcontext = 0;
2366 new_sublist->fn_field.fcontext = look_ahead_type;
2416 new_sublist->fn_field.fcontext = 0;
H A Dhpread.c3990 /* Also fill in the fcontext field with the current
3993 * a variable "baseclass" that we could stuff into the fcontext
4000 fn_p->field.fn_fields[ix].fcontext = type;
4002 fn_p->field.fn_fields[ix].fcontext = NULL;
H A Ddwarf2read.c2910 /* Get fcontext from DW_AT_containing_type if present. */
2912 fnp->fcontext = die_containing_type (die, cu);
/freebsd-10.1-release/contrib/gcc/
H A Dtree.h2736 #define DECL_FCONTEXT(NODE) (FIELD_DECL_CHECK (NODE)->field_decl.fcontext)
2758 tree fcontext;
2745 tree fcontext; local

Completed in 239 milliseconds