Searched refs:vtbl_type_node (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl.c | 4394 vtbl_type_node in cxx_init_decl_processing() 4396 layout_type (vtbl_type_node); in cxx_init_decl_processing() 4397 vtbl_type_node = cp_build_qualified_type (vtbl_type_node, TYPE_QUAL_CONST); in cxx_init_decl_processing() 4398 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 | 232 #define vtbl_type_node cp_global_trees[CPTI_VTBL_TYPE] macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | decl.cc | 4640 vtbl_type_node in cxx_init_decl_processing() 4642 layout_type (vtbl_type_node); in cxx_init_decl_processing() 4643 vtbl_type_node = cp_build_qualified_type (vtbl_type_node, TYPE_QUAL_CONST); in cxx_init_decl_processing() 4644 record_builtin_type (RID_MAX, NULL, vtbl_type_node); in cxx_init_decl_processing()
|
H A D | class.cc | 876 decl = build_vtable (type, get_vtable_name (type), vtbl_type_node); in get_vtable_decl() 916 gcc_assert (TREE_TYPE (decl) == vtbl_type_node); in build_primary_vtable()
|
H A D | cp-tree.h | 247 #define vtbl_type_node cp_global_trees[CPTI_VTBL_TYPE] macro
|
H A D | ChangeLog-2003 | 5625 * class.c (get_vtable_decl): Use vtbl_type_node.
|