Searched refs:nfn_fields (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dstabsread.c2232 int nfn_fields = 0;
2628 nfn_fields++;
2670 nfn_fields++;
2674 if (nfn_fields)
2678 TYPE_ALLOC (type, sizeof (struct fn_fieldlist) * nfn_fields);
2680 sizeof (struct fn_fieldlist) * nfn_fields);
2681 TYPE_NFN_FIELDS (type) = nfn_fields;
2226 int nfn_fields = 0; local
H A Dgdbtypes.h1286 short nfn_fields; member in struct:cplus_struct_type
1351 fn_fieldlists points to an array of nfn_fields of these. */
1650 #define TYPE_NFN_FIELDS(thistype) TYPE_CPLUS_SPECIFIC(thistype)->nfn_fields
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dstabsread.c2240 int nfn_fields = 0;
2633 nfn_fields++;
2675 nfn_fields++;
2679 if (nfn_fields)
2683 TYPE_ALLOC (type, sizeof (struct fn_fieldlist) * nfn_fields);
2685 sizeof (struct fn_fieldlist) * nfn_fields);
2686 TYPE_NFN_FIELDS (type) = nfn_fields;
2234 int nfn_fields = 0; local
H A Dgdbtypes.h1601 short nfn_fields; member in struct:cplus_struct_type
1666 fn_fieldlists points to an array of nfn_fields of these. */
2086 #define TYPE_NFN_FIELDS(thistype) TYPE_CPLUS_SPECIFIC(thistype)->nfn_fields

Completed in 277 milliseconds