Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A 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()
H A Dgdbtypes.h666 struct type *fcontext; member
937 #define TYPE_FN_FIELD_FCONTEXT(thisfn, n) ((thisfn)[n].fcontext)
H A Dlynx-nat.c108 #define FX(ENTRY)(offsetof(struct fcontext, ENTRY))
H A Dstabsread.c2302 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()
H A Dhpread.c3980 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()
H A DChangeLog-19913531 * dbxread.c (read_struct_type): Set fcontext to 0 for normal member
3575 * dbxread.c (read_struct_type): Only try to read the fcontext if
3577 values.c (value_virtual_fn_field): If there is no fcontext,
H A Ddwarf2read.c3592 fnp->fcontext = die_containing_type (die, cu); in dwarf2_add_member_fn()
H A DChangeLog-1990910 a virtual function is from, and store it in fn_field.fcontext.
/openbsd/gnu/gcc/gcc/
H A Dtree.h2683 #define DECL_FCONTEXT(NODE) (FIELD_DECL_CHECK (NODE)->field_decl.fcontext)
2705 tree fcontext; member
/openbsd/gnu/gcc/gcc/cp/
H A DChangeLog-20006318 * class.c (build_vtbl_or_vbase_field): New parameter fcontext.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A DChangeLog16190 * class.c (build_vtbl_or_vbase_field): New parameter fcontext.