Home
last modified time | relevance | path

Searched refs:cplus_struct_type (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dgdbtypes.h458 struct cplus_struct_type *cplus_stuff;
529 struct cplus_struct_type struct
758 extern const struct cplus_struct_type cplus_struct_default; argument
763 (TYPE_CPLUS_SPECIFIC(type)=(struct cplus_struct_type*)&cplus_struct_default)
H A Dgdbtypes.c1673 const struct cplus_struct_type cplus_struct_default;
1680 TYPE_CPLUS_SPECIFIC (type) = (struct cplus_struct_type *) in allocate_cplus_struct_type()
1681 TYPE_ALLOC (type, sizeof (struct cplus_struct_type)); in allocate_cplus_struct_type()
H A Dmdebugread.c4717 TYPE_CPLUS_SPECIFIC (t) = (struct cplus_struct_type *) &cplus_struct_default; in new_type()
H A Dhpread.c3081 = (struct cplus_struct_type *) &cplus_struct_default; in hpread_alloc_type()