Searched refs:vbasetype (Results 1 – 3 of 3) sorted by relevance
366 struct type *vbasetype; in gnuv3_baseclass_offset() local402 vbasetype = TYPE_VPTR_BASETYPE (type); in gnuv3_baseclass_offset()403 if (TYPE_VPTR_FIELDNO (vbasetype) < 0) in gnuv3_baseclass_offset()404 fill_in_vptr_fieldno (vbasetype); in gnuv3_baseclass_offset()406 if (TYPE_VPTR_FIELDNO (vbasetype) >= 0 in gnuv3_baseclass_offset()407 && TYPE_FIELD_BITPOS (vbasetype, TYPE_VPTR_FIELDNO (vbasetype)) != 0) in gnuv3_baseclass_offset()409 TYPE_NAME (vbasetype) ? TYPE_NAME (vbasetype) : "<unknown>"); in gnuv3_baseclass_offset()
1965 if (tmp_vbase->vbasetype == basetype) in virtual_base_list_aux()1976 tmp_vbase->vbasetype = basetype; in virtual_base_list_aux()2020 vbase_array[i] = tmp_vbase->vbasetype; in virtual_base_list()2072 if (virtual_base_index (tmp_vbase->vbasetype, primary) >= 0) in virtual_base_list_length_skip_primaries()
768 struct type *vbasetype; /* pointer to virtual base */ member