Searched refs:baseclass (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dcp-valprint.c226 DONT_PRINT is an array of baseclass types that we
421 baseclass name. */
518 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); local
519 char *basename = TYPE_NAME (baseclass);
531 if (baseclass == first_dont_print[j])
534 obstack_ptr_grow (&dont_print_vb_obstack, baseclass);
566 /* FIXME (alloca): unsafe if baseclass is really really large. */
567 base_valaddr = (char *) alloca (TYPE_LENGTH (baseclass));
569 TYPE_LENGTH (baseclass)) != 0)
574 thistype = baseclass;
[all...]
H A Dp-valprint.c732 DONT_PRINT is an array of baseclass types that we
932 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i));
933 char *basename = TYPE_NAME (baseclass);
945 if (baseclass == first_dont_print[j])
948 obstack_ptr_grow (&dont_print_vb_obstack, baseclass);
960 baseclass name. */
971 /* FIXME (alloc): not safe is baseclass is really really big. */
972 base_valaddr = (char *) alloca (TYPE_LENGTH (baseclass));
974 TYPE_LENGTH (baseclass)) != 0)
983 pascal_object_print_value_fields (baseclass, base_valadd
930 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); local
[all...]
H A Djv-valprint.c252 DONT_PRINT is an array of baseclass types that we
275 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); local
276 char *basename = TYPE_NAME (baseclass);
294 baseclass name. */
300 java_print_value_fields (baseclass, base_valaddr, address + boffset,
H A Dgdbtypes.c1204 If NAME is the name of a baseclass type, return that type. */
1297 /* We must start at zero in case the first (and only) baseclass is
1301 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); local
1302 fill_in_vptr_fieldno (baseclass);
1303 if (TYPE_VPTR_FIELDNO (baseclass) >= 0)
1305 TYPE_VPTR_FIELDNO (type) = TYPE_VPTR_FIELDNO (baseclass);
1306 TYPE_VPTR_BASETYPE (type) = TYPE_VPTR_BASETYPE (baseclass);
H A Dvalops.c1213 look for a baseclass named NAME. */
1311 error ("virtual baseclass botch");
1325 error ("virtual baseclass botch");
1534 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i));
1543 base_valaddr = (char *) alloca (TYPE_LENGTH (baseclass));
1547 TYPE_LENGTH (baseclass)) != 0)
1548 error ("virtual baseclass botch");
1558 error ("virtual baseclass botch");
1775 error ("virtual baseclass botch");
1532 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); local
H A Dlinespec.c169 reader because the type of the baseclass might still be stubbed
H A Dhpread.c3614 struct type *baseclass;
3713 baseclass = hpread_type_lookup (parentp->dinheritance.classname,
3715 FIELD_TYPE (list->field) = baseclass;
3986 * class. (The latter isn't quite right: should be the baseclass
3988 * a variable "baseclass" that we could stuff into the fcontext
3989 * field, but "baseclass" isn't necessarily right either,
3599 struct type *baseclass; local
H A DChangeLog-3.x57 from all baseclasses; remove vestigial variable baseclass.
4034 having to be derived from a single baseclass to a multiple

Completed in 96 milliseconds