Lines Matching refs:derived

73   /* The type of the most-derived type.  */
74 tree derived;
75 /* The binfo for the dynamic type. This will be TYPE_BINFO (derived),
228 the B base instance within A. To convert base A to derived B, CODE
280 error ("cannot convert from base %qT to derived type %qT via virtual base %qT",
425 Perform a derived-to-base conversion by recursively building up a
519 type. This function assumes that EXPR is the most derived class;
810 FOR_TYPE is the most derived type which caused this table to
1017 from a base class into a derived class scope, member
1018 functions in the derived class override and/or hide member
1257 derived class cannot have such a member automatically
1272 derived class is not nearly empty either. */
1283 /* A lot of properties from the bases also apply to the derived
1825 base_derived_from (tree derived, tree base)
1831 if (probe == derived)
1837 return (binfo_for_vbase (BINFO_TYPE (probe), BINFO_TYPE (derived))
1850 /* Path to most derived. */
1864 /* If BINFO is not the most derived type, try a more derived class.
1930 find_final_overrider (tree derived, tree binfo, tree fn)
1961 dfs_walk_all (derived, dfs_find_final_overrider_pre,
2444 signature as the method from the derived class, it
3258 working with the most derived type. */
3529 the empty bases allocated so far. T is the most derived
3585 subobjects. T is the most derived type. Return nonzero if the new
3690 subobjects in OFFSETS. T is the most derived type. Return nonzero
4227 in derived classes. We could make that happen, but that
4231 the derived class vtable pointer, since they have different
4232 types. Thus, in a derived class destructor, where the base
4867 "layout of classes derived from empty class %qT "
5429 the most derived base of the original object, and hence virtual
5627 /* If either current_class_type or one of its enclosing classes are derived
6892 in most derived. DATA is a SECONDARY_VPTR_VTT_INIT_DATA structure. */
7140 derived-most base within B of which we are a primary. */
7200 can be overridden on the path to most-derived in the graph that
7214 base is always subsumed by a derived class vtable. However, when
7236 vid.derived = t;
7407 /* If this is a derived class, we must first create entries
7436 t = vid->derived;
7439 until we find the most derived class of which we are a primary base:
7524 if (BINFO_VIRTUAL_P (binfo) || binfo == TYPE_BINFO (vid->derived))
7607 /* If BINFO is a primary base, the most derived class which has
7612 until we find the most derived class of which we are a primary base:
7640 where rtti_binfo is the most derived type. */
7680 Check the list of functions already present in the derived
7693 the vtable for the most derived class, remember the vcall
7695 if (vid->binfo == TYPE_BINFO (vid->derived))
7698 CLASSTYPE_VCALL_INDICES (vid->derived),