Home | History | Annotate | Download | only in cp

Lines Matching defs:binfo

586    BINFO of a class, to make sure we have found ALL of the vtables
590 BINFO is the tree_binfo node for the BASE_CLASS. BODY is the
603 register_other_binfo_vtables (tree binfo, tree base_class,
611 if (binfo == NULL_TREE)
614 for (ix = 0; BINFO_BASE_ITERATE (binfo, ix, base_binfo); ix++)
945 tree binfo = TYPE_BINFO (class_type);
961 tree vtable_address = build_vtbl_address (binfo);
980 register_other_binfo_vtables (binfo, base_class,
1278 tree binfo = TYPE_BINFO (type);
1293 for (i = 0; BINFO_BASE_ITERATE (binfo, i, base_binfo); i++)