Searched refs:fn_field (Results 1 - 22 of 22) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dcp-abi.h28 struct fn_field;
107 struct fn_field *f, int j,
159 struct value *(*virtual_fn_field) (struct value **arg1p, struct fn_field * f,
H A Dstabsread.c2127 struct fn_field fn_field;
2211 new_sublist->fn_field.type = read_type (pp, objfile);
2221 new_sublist->fn_field.type = look_ahead_type;
2234 if (TYPE_STUB (new_sublist->fn_field.type))
2236 if (!TYPE_DOMAIN_TYPE (new_sublist->fn_field.type))
2237 TYPE_DOMAIN_TYPE (new_sublist->fn_field.type) = type;
2238 new_sublist->fn_field.is_stub = 1;
2240 new_sublist->fn_field.physname = savestring (*pp, p - *pp);
2247 new_sublist->fn_field
2121 struct fn_field fn_field; member in struct:next_fnfield
[all...]
H A Dvalops.c77 struct fn_field *fns_ptr,
81 static int oload_method_static (int method, struct fn_field *fns_ptr,
113 static struct fn_field *find_method_list (struct value ** argp, char *method,
1481 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, i);
1706 * fn_field list of overloaded instances.
1716 static struct fn_field *
1722 struct fn_field *f;
1735 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, i);
1800 struct fn_field *
1869 struct fn_field *fns_pt
[all...]
H A Dvalue.h297 struct fn_field;
389 extern struct fn_field *value_find_oload_method_list (struct value **, char *,
479 extern struct value *value_fn_field (struct value ** arg1p, struct fn_field *f,
H A Dcp-abi.c81 value_virtual_fn_field (struct value **arg1p, struct fn_field *f, int j,
H A Dhpacc-abi.c84 hpacc_virtual_fn_field (struct value **arg1p, struct fn_field * f, int j,
H A Djv-lang.c342 struct fn_field *fn_fields;
491 j = nmethods * sizeof (struct fn_field);
492 fn_fields = (struct fn_field *)
H A Dgnu-v2-abi.c92 gnuv2_virtual_fn_field (struct value **arg1p, struct fn_field * f, int j,
H A Dgnu-v3-abi.c281 struct fn_field *f, int j,
H A Djv-typeprint.c208 struct fn_field *f;
H A Dhpread.c3595 struct fn_field fn_field;
3626 dnttpointer field, fn_field, parent;
3838 fn_field = fieldp->dgenfield.field;
3839 fn_fieldp = hpread_get_lntt (fn_field.dnttp.index, objfile);
3847 fn_field = fn_fieldp->dvfunc.funcptr;
3848 fn_fieldp = hpread_get_lntt (fn_field.dnttp.index, objfile);
3859 fn_field = fn_fieldp->dmodifier.type;
3860 fn_fieldp = hpread_get_lntt (fn_field.dnttp.index, objfile);
3874 memtype = hpread_type_lookup (fn_field, objfil
3580 struct fn_field fn_field; member in struct:next_fn_field
3611 dnttpointer field, fn_field, parent; local
[all...]
H A Dlinespec.c282 struct fn_field *f;
348 struct fn_field *f;
1482 struct fn_field *f = TYPE_FN_FIELDLIST1 (t, m_index);
H A Dp-typeprint.c630 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, i);
H A Dc-typeprint.c929 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, i);
942 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, i);
H A Dcp-valprint.c70 struct fn_field *f = NULL;
H A Dgdbtypes.c1324 struct fn_field *f = TYPE_FN_FIELDLIST1 (t, i);
1511 struct fn_field *f;
1628 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, method_id);
2698 struct fn_field *f;
H A Dgdbtypes.h639 struct fn_field struct in struct:cplus_struct_type::fn_fieldlist
H A Dp-valprint.c601 struct fn_field *f = NULL;
H A Dvalues.c975 value_fn_field (struct value **arg1p, struct fn_field *f, int j, struct type *type,
H A Dsymtab.c323 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, method_id);
324 struct fn_field *method = &f[signature_id];
H A Ddwarf2read.c628 struct fn_field fnfield;
3506 struct fn_field *fnp;
3659 fn_flp->fn_fields = (struct fn_field *)
3660 TYPE_ALLOC (type, sizeof (struct fn_field) * flp->length);
H A Deval.c1018 struct fn_field *f = TYPE_FN_FIELDLIST1 (basetype, i);

Completed in 219 milliseconds