Home
last modified time | relevance | path

Searched refs:empty_base_offsets (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dclass.c4593 splay_tree empty_base_offsets; in layout_class_type() local
4625 empty_base_offsets = splay_tree_new (splay_tree_compare_integer_csts, in layout_class_type()
4627 build_base_fields (rli, empty_base_offsets, next_field); in layout_class_type()
4728 empty_base_offsets); in layout_class_type()
4748 empty_base_offsets); in layout_class_type()
4754 empty_base_offsets, in layout_class_type()
4823 empty_base_offsets); in layout_class_type()
4933 layout_virtual_bases (rli, empty_base_offsets); in layout_class_type()
4956 splay_tree_delete (empty_base_offsets); in layout_class_type()