Home | History | Annotate | Download | only in src

Lines Matching full:subobject

95   // Return a pointer to the subobject described by base_info.
151 const void *subobject =
154 walk_object(subobject, ti->__base_info[i].__base_type,
248 const void *subobject =
250 base_to_derived_cast(subobject, ti->__base_info[i].__base_type,
278 * source subobject with respect to the complete object;
310 // (refers) to a public base class subobject of a T object [note: this can
312 // from the subobject pointed (referred) to by v, the result is a pointer
320 // If it is known that v points to a public base class subobject
325 // If there is only one T type subobject, we only need to look at
326 // there. Otherwise, look for the subobject referred by v in the
341 // Otherwise, if v points (refers) to a public base class subobject of the
344 // lvalue referring) to the T subobject of the most derived object.
351 // See if v refers to a public base class subobject.