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

/freebsd-11-stable/contrib/gdb/gdb/
H A Dcp-valprint.c230 DONT_PRINT is an array of baseclass types that we
424 baseclass name. */
520 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); local
521 char *basename = TYPE_NAME (baseclass);
533 if (baseclass == first_dont_print[j])
536 obstack_ptr_grow (&dont_print_vb_obstack, baseclass);
568 /* FIXME (alloca): unsafe if baseclass is really really large. */
569 base_valaddr = (char *) alloca (TYPE_LENGTH (baseclass));
571 TYPE_LENGTH (baseclass)) != 0)
576 thistype = baseclass;
[all...]
H A Dp-valprint.c727 DONT_PRINT is an array of baseclass types that we
925 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i));
926 char *basename = TYPE_NAME (baseclass);
938 if (baseclass == first_dont_print[j])
941 obstack_ptr_grow (&dont_print_vb_obstack, baseclass);
953 baseclass name. */
964 /* FIXME (alloc): not safe is baseclass is really really big. */
965 base_valaddr = (char *) alloca (TYPE_LENGTH (baseclass));
967 TYPE_LENGTH (baseclass)) != 0)
976 pascal_object_print_value_fields (baseclass, base_valadd
923 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); local
[all...]
H A Djv-valprint.c250 DONT_PRINT is an array of baseclass types that we
273 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); local
274 char *basename = TYPE_NAME (baseclass);
292 baseclass name. */
298 java_print_value_fields (baseclass, base_valaddr, address + boffset,
H A Dgdbtypes.c1215 If NAME is the name of a baseclass type, return that type. */
1308 /* We must start at zero in case the first (and only) baseclass is
1312 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); local
1313 fill_in_vptr_fieldno (baseclass);
1314 if (TYPE_VPTR_FIELDNO (baseclass) >= 0)
1316 TYPE_VPTR_FIELDNO (type) = TYPE_VPTR_FIELDNO (baseclass);
1317 TYPE_VPTR_BASETYPE (type) = TYPE_VPTR_BASETYPE (baseclass);
H A Dvalops.c1281 look for a baseclass named NAME. */
1379 error ("virtual baseclass botch");
1393 error ("virtual baseclass botch");
1602 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i));
1611 base_valaddr = (char *) alloca (TYPE_LENGTH (baseclass));
1615 TYPE_LENGTH (baseclass)) != 0)
1616 error ("virtual baseclass botch");
1626 error ("virtual baseclass botch");
1843 error ("virtual baseclass botch");
1600 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.c3619 struct type *baseclass;
3718 baseclass = hpread_type_lookup (parentp->dinheritance.classname,
3720 FIELD_TYPE (list->field) = baseclass;
3991 * class. (The latter isn't quite right: should be the baseclass
3993 * a variable "baseclass" that we could stuff into the fcontext
3994 * field, but "baseclass" isn't necessarily right either,
3604 struct type *baseclass; local
/freebsd-11-stable/sys/compat/linsysfs/
H A Dlinsysfs.c331 if (dinfo->cfg.baseclass == PCIC_STORAGE) {
375 if (dinfo != NULL && dinfo->cfg.baseclass == PCIC_DISPLAY) {
/freebsd-11-stable/sys/dev/pccbb/
H A Dpccbb_pci.c233 uint32_t baseclass; local
250 baseclass = pci_get_class(brdev);
253 if (baseclass == PCIC_BRIDGE &&
/freebsd-11-stable/sys/dev/pci/
H A Dpcivar.h190 uint8_t baseclass; /* chip PCI class */ member in struct:pcicfg
H A Dpci.c477 if (dinfo->cfg.baseclass == class &&
605 if (cfg->baseclass == PCIC_BRIDGE && cfg->subclass == PCIS_BRIDGE_PCI)
687 cfg->baseclass = REG(PCIR_CLASS, 1);
722 devlist_entry->conf.pc_class = cfg->baseclass;
2930 cfg->baseclass, cfg->subclass, cfg->progif, cfg->hdrtype,
5105 *result = cfg->baseclass;
5730 cfg->subvendor, cfg->subdevice, cfg->baseclass, cfg->subclass,
6002 dinfo->cfg.baseclass = pci_read_config(dev, PCIR_CLASS, 1);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dieee.c2613 debug_baseclass baseclass; local
2630 baseclass are included in the object, starting at the
2693 baseclass = debug_make_baseclass (dhandle, basetype, bitpos,
2695 if (baseclass == DEBUG_BASECLASS_NULL)
2707 baseclasses[baseclasses_count] = baseclass;

Completed in 307 milliseconds