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

/freebsd-9.3-release/contrib/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.c2171 struct fn_field fn_field;
2255 new_sublist->fn_field.type = read_type (pp, objfile);
2265 new_sublist->fn_field.type = look_ahead_type;
2278 if (TYPE_STUB (new_sublist->fn_field.type))
2280 if (!TYPE_DOMAIN_TYPE (new_sublist->fn_field.type))
2281 TYPE_DOMAIN_TYPE (new_sublist->fn_field.type) = type;
2282 new_sublist->fn_field.is_stub = 1;
2284 new_sublist->fn_field.physname = savestring (*pp, p - *pp);
2291 new_sublist->fn_field
2165 struct fn_field fn_field; member in struct:next_fnfield
[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.c340 struct fn_field *fn_fields;
489 j = nmethods * sizeof (struct fn_field);
490 fn_fields = (struct fn_field *)
H A Dvalops.c82 struct fn_field *fns_ptr,
86 static int oload_method_static (int method, struct fn_field *fns_ptr,
118 static struct fn_field *find_method_list (struct value ** argp, char *method,
1549 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, i);
1774 * fn_field list of overloaded instances.
1784 static struct fn_field *
1790 struct fn_field *f;
1803 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, i);
1868 struct fn_field *
1937 struct fn_field *fns_pt
[all...]
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.c3600 struct fn_field fn_field;
3631 dnttpointer field, fn_field, parent;
3843 fn_field = fieldp->dgenfield.field;
3844 fn_fieldp = hpread_get_lntt (fn_field.dnttp.index, objfile);
3852 fn_field = fn_fieldp->dvfunc.funcptr;
3853 fn_fieldp = hpread_get_lntt (fn_field.dnttp.index, objfile);
3864 fn_field = fn_fieldp->dmodifier.type;
3865 fn_fieldp = hpread_get_lntt (fn_field.dnttp.index, objfile);
3879 memtype = hpread_type_lookup (fn_field, objfil
3585 struct fn_field fn_field; member in struct:next_fn_field
3616 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.c932 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, i);
945 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, i);
H A Dcp-valprint.c74 struct fn_field *f = NULL;
H A Dgdbtypes.c1335 struct fn_field *f = TYPE_FN_FIELDLIST1 (t, i);
1524 struct fn_field *f;
1641 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, method_id);
2711 struct fn_field *f;
H A Dgdbtypes.h615 struct fn_field struct in struct:cplus_struct_type::fn_fieldlist
H A Dp-valprint.c596 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.c320 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, method_id);
321 struct fn_field *method = &f[signature_id];
H A Ddwarf2read.c563 struct fn_field fnfield;
2828 struct fn_field *fnp;
2980 fn_flp->fn_fields = (struct fn_field *)
2981 TYPE_ALLOC (type, sizeof (struct fn_field) * flp->length);
H A Deval.c1021 struct fn_field *f = TYPE_FN_FIELDLIST1 (basetype, i);

Completed in 297 milliseconds