Searched refs:vtbl_type_node (Results 1 – 6 of 6) sorted by relevance
| /dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
| H A D | decl.c | 3663 vtbl_type_node in cxx_init_decl_processing() 3665 layout_type (vtbl_type_node); in cxx_init_decl_processing() 3666 vtbl_type_node = cp_build_qualified_type (vtbl_type_node, TYPE_QUAL_CONST); in cxx_init_decl_processing() 3667 record_builtin_type (RID_MAX, NULL, vtbl_type_node); in cxx_init_decl_processing()
|
| H A D | class.c | 796 decl = build_vtable (type, get_vtable_name (type), vtbl_type_node); in get_vtable_decl() 836 gcc_assert (TREE_TYPE (decl) == vtbl_type_node); in build_primary_vtable()
|
| H A D | cp-tree.h | 879 #define vtbl_type_node cp_global_trees[CPTI_VTBL_TYPE] macro
|
| /dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
| H A D | decl.c | 4251 vtbl_type_node in cxx_init_decl_processing() 4253 layout_type (vtbl_type_node); in cxx_init_decl_processing() 4254 vtbl_type_node = cp_build_qualified_type (vtbl_type_node, TYPE_QUAL_CONST); in cxx_init_decl_processing() 4255 record_builtin_type (RID_MAX, NULL, vtbl_type_node); in cxx_init_decl_processing()
|
| H A D | class.c | 844 decl = build_vtable (type, get_vtable_name (type), vtbl_type_node); in get_vtable_decl() 884 gcc_assert (TREE_TYPE (decl) == vtbl_type_node); in build_primary_vtable()
|
| H A D | cp-tree.h | 204 #define vtbl_type_node cp_global_trees[CPTI_VTBL_TYPE] macro
|