Searched refs:vtbl_type_node (Results 1 – 6 of 6) sorted by relevance
3237 vtbl_type_node in cxx_init_decl_processing()3239 layout_type (vtbl_type_node); in cxx_init_decl_processing()3240 vtbl_type_node = build_qualified_type (vtbl_type_node, TYPE_QUAL_CONST); in cxx_init_decl_processing()3241 record_builtin_type (RID_MAX, NULL, vtbl_type_node); in cxx_init_decl_processing()
747 decl = build_vtable (type, get_vtable_name (type), vtbl_type_node); in get_vtable_decl()787 gcc_assert (TREE_TYPE (decl) == vtbl_type_node); in build_primary_vtable()
563 #define vtbl_type_node cp_global_trees[CPTI_VTBL_TYPE] macro
5625 * class.c (get_vtable_decl): Use vtbl_type_node.
7064 vtbl_type_node in cxx_init_decl_processing()7066 layout_type (vtbl_type_node); in cxx_init_decl_processing()7067 vtbl_type_node = build_qualified_type (vtbl_type_node, TYPE_QUAL_CONST); in cxx_init_decl_processing()7068 record_builtin_type (RID_MAX, NULL, vtbl_type_node); in cxx_init_decl_processing()
687 #define vtbl_type_node cp_global_trees[CPTI_VTBL_TYPE] macro