Searched refs:fn_fields (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | jv-lang.c | 342 struct fn_field *fn_fields; in java_link_class_type() local 492 fn_fields = (struct fn_field *) in java_link_class_type() 494 memset (fn_fields, 0, j); in java_link_class_type() 535 fn_fieldlists[j].fn_fields = &fn_fields[i]; in java_link_class_type() 549 fn_fields[l] = fn_fields[l - 1]; in java_link_class_type() 551 fn_fieldlists[l].fn_fields++; in java_link_class_type() 556 fn_fields[k].physname = ""; in java_link_class_type() 557 fn_fields[k].is_stub = 1; in java_link_class_type() 558 fn_fields[k].type = make_function_type (java_void_type, NULL); /* FIXME */ in java_link_class_type() 559 TYPE_CODE (fn_fields[k].type) = TYPE_CODE_METHOD; in java_link_class_type()
|
| H A D | hpread.c | 3920 fn_list->field.fn_fields = (struct fn_field *) xmalloc (5 * (sizeof (struct fn_field))); in hpread_read_struct_type() 3934 fn_p->field.fn_fields in hpread_read_struct_type() 3935 = (struct fn_field *) xrealloc (fn_p->field.fn_fields, in hpread_read_struct_type() 3946 fn_p->field.fn_fields[ix].physname = method_alias; in hpread_read_struct_type() 3948 fn_p->field.fn_fields[ix].physname = method_name; in hpread_read_struct_type() 3953 fn_p->field.fn_fields[ix].type = NULL; in hpread_read_struct_type() 3955 fn_p->field.fn_fields[ix].type = memtype; in hpread_read_struct_type() 3966 fn_p->field.fn_fields[ix].voffset = VOFFSET_STATIC; in hpread_read_struct_type() 3968 fn_p->field.fn_fields[ix].voffset = vtbl_offset ? vtbl_offset + 1 : 0; in hpread_read_struct_type() 3980 fn_p->field.fn_fields[ix].fcontext = type; in hpread_read_struct_type() [all …]
|
| H A D | gdbtypes.h | 700 *fn_fields; member 837 #define TYPE_FN_FIELDS(thistype) TYPE_CPLUS_SPECIFIC(thistype)->fn_fields 916 #define TYPE_FN_FIELDLIST1(thistype, n) TYPE_CPLUS_SPECIFIC(thistype)->fn_fieldlists[n].fn_fields
|
| H A D | stabsread.c | 2483 destr_fnlist->fn_fieldlist.fn_fields = (struct fn_field *) in read_member_functions() 2486 memset (destr_fnlist->fn_fieldlist.fn_fields, 0, in read_member_functions() 2499 destr_fnlist->fn_fieldlist.fn_fields[i++] in read_member_functions() 2548 new_fnlist->fn_fieldlist.fn_fields = (struct fn_field *) in read_member_functions() 2551 memset (new_fnlist->fn_fieldlist.fn_fields, 0, in read_member_functions() 2555 new_fnlist->fn_fieldlist.fn_fields[i] = sublist->fn_field; in read_member_functions()
|
| H A D | dwarf2read.c | 3660 fn_flp->fn_fields = (struct fn_field *) in dwarf2_attach_fn_fields_to_type() 3663 fn_flp->fn_fields[k] = nfp->fnfield; in dwarf2_attach_fn_fields_to_type()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | class.c | 1714 tree fn_fields; in finish_struct_methods() local 1725 for (fn_fields = TYPE_METHODS (t); fn_fields; in finish_struct_methods() 1726 fn_fields = TREE_CHAIN (fn_fields)) in finish_struct_methods() 1727 DECL_IN_AGGR_P (fn_fields) = 0; in finish_struct_methods() 1736 VEC_iterate (tree, method_vec, slot, fn_fields); in finish_struct_methods() 1738 if (!DECL_CONV_FN_P (OVL_CURRENT (fn_fields))) in finish_struct_methods()
|
| H A D | ChangeLog-1995 | 89 (finish_struct): Just use TYPE_METHODS; we don't need fn_fields 92 fn_fields.
|
| H A D | ChangeLog-1994 | 3149 constructors in fn_fields list. 4399 fn_fields list.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | class.c | 2031 tree fn_fields; local 2051 for (fn_fields = TYPE_METHODS (t); fn_fields; 2052 fn_fields = TREE_CHAIN (fn_fields)) 2054 DECL_IN_AGGR_P (fn_fields) = 0;
|
| H A D | ChangeLog.1 | 6589 constructors in fn_fields list. 7839 fn_fields list.
|
| H A D | ChangeLog.2 | 20414 (finish_struct): Just use TYPE_METHODS; we don't need fn_fields 20417 fn_fields.
|