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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dcp-abi.h27 struct fn_field;
109 struct fn_field *f,
201 struct fn_field * f,
H A Dstabsread.c2296 struct fn_field fn_field;
2380 new_sublist->fn_field.type = read_type (pp, objfile);
2390 new_sublist->fn_field.type = look_ahead_type;
2403 if (TYPE_STUB (new_sublist->fn_field.type))
2405 if (!TYPE_DOMAIN_TYPE (new_sublist->fn_field.type))
2406 TYPE_DOMAIN_TYPE (new_sublist->fn_field.type) = type;
2407 new_sublist->fn_field.is_stub = 1;
2409 new_sublist->fn_field.physname = savestring (*pp, p - *pp);
2416 new_sublist->fn_field
2290 struct fn_field fn_field; member in struct:next_fnfield
[all...]
H A Dgnu-v3-abi.c219 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, fieldnum);
382 struct fn_field *f, int j,
473 struct fn_field *f;
803 struct fn_field *fn = TYPE_FN_FIELDLIST1 (type, fieldnum);
H A Djv-lang.c332 struct fn_field *fn_fields;
489 j = nmethods * sizeof (struct fn_field);
490 fn_fields = (struct fn_field *)
H A Dvalops.c78 struct fn_field *, struct symbol **,
81 static int oload_method_static (int, struct fn_field *, int);
106 static struct fn_field *find_method_list (struct value **, const char *,
2183 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, i);
2384 specified method. Return the pointer to the fn_field list of
2397 static struct fn_field *
2403 struct fn_field *f;
2417 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, i);
2466 struct fn_field *
2554 struct fn_field *fns_pt
[all...]
H A Dvalue.h434 struct fn_field;
578 extern struct fn_field *value_find_oload_method_list (struct value **,
728 extern struct value *value_fn_field (struct value **arg1p, struct fn_field *f,
H A Dgnu-v2-abi.c88 gnuv2_virtual_fn_field (struct value **arg1p, struct fn_field * f, int j,
H A Djv-typeprint.c209 struct fn_field *f;
H A Dcp-abi.c101 struct fn_field *f, int j,
H A Dp-typeprint.c633 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, i);
H A Dlinespec.c341 struct fn_field *f;
402 struct fn_field *f;
H A Dc-typeprint.c982 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, i);
996 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, i);
H A Dgdbtypes.c1679 struct fn_field *f;
1798 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, method_id);
2789 struct fn_field *f;
H A Dgdbtypes.h762 struct fn_field struct in struct:cplus_struct_type::fn_fieldlist
H A Dsymtab.c269 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, method_id);
270 struct fn_field *method = &f[signature_id];
H A Dvalue.c2563 value_fn_field (struct value **arg1p, struct fn_field *f,
H A Ddwarf2read.c751 struct fn_field fnfield;
6797 struct fn_field *fnp;
7010 fn_flp->fn_fields = (struct fn_field *)
7011 TYPE_ALLOC (type, sizeof (struct fn_field) * flp->length);

Completed in 303 milliseconds