Searched defs:tree_binfo (Results 1 – 2 of 2) sorted by relevance
1578 struct GTY (()) tree_binfo { struct1579 struct tree_common common;1581 tree offset;1582 tree vtable;1583 tree virtuals;1584 tree vptr_field;1585 vec<tree, va_gc> *base_accesses;1586 tree inheritance;1588 tree vtt_subvtt;1589 tree vtt_vptr;[all …]
2611 struct GTY (()) tree_binfo { struct2612 struct tree_common common;2614 tree offset;2615 tree vtable;2616 tree virtuals;2617 tree vptr_field;2619 tree inheritance;2621 tree vtt_subvtt;2622 tree vtt_vptr;