Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dclass.c4551 field = build_decl (FIELD_DECL, get_vfield_name (t), vtbl_ptr_type_node);
4557 DECL_ALIGN (field) = TYPE_ALIGN (vtbl_ptr_type_node);
4558 DECL_USER_ALIGN (field) = TYPE_USER_ALIGN (vtbl_ptr_type_node);
7724 vtbl_ptr_type_node,
H A Ddecl.c7069 vtbl_ptr_type_node = build_pointer_type (vtable_entry_type); in cxx_init_decl_processing()
7070 layout_type (vtbl_ptr_type_node); in cxx_init_decl_processing()
7071 record_builtin_type (RID_MAX, NULL, vtbl_ptr_type_node); in cxx_init_decl_processing()
H A Dcp-tree.h688 #define vtbl_ptr_type_node cp_global_trees[CPTI_VTBL_PTR_TYPE] macro
H A Dtypeck.c2617 vtbl = build1 (NOP_EXPR, build_pointer_type (vtbl_ptr_type_node),
H A DChangeLog.28298 * cp-tree.h (vtbl_ptr_type_node): New variable.
8301 (finish_struct_1): Make the vptr be of type vtbl_ptr_type_node.
8303 * decl.c (vtbl_ptr_type_node): Define.
/openbsd/gnu/gcc/gcc/cp/
H A Ddecl.c3242 vtbl_ptr_type_node = build_pointer_type (vtable_entry_type); in cxx_init_decl_processing()
3243 layout_type (vtbl_ptr_type_node); in cxx_init_decl_processing()
3244 record_builtin_type (RID_MAX, NULL, vtbl_ptr_type_node); in cxx_init_decl_processing()
H A Dclass.c4210 field = build_decl (FIELD_DECL, get_vfield_name (t), vtbl_ptr_type_node); in create_vtable_ptr()
7133 TREE_TYPE (vtbl) = vtbl_ptr_type_node; in dfs_accumulate_vtbl_inits()
H A Dcp-tree.h564 #define vtbl_ptr_type_node cp_global_trees[CPTI_VTBL_PTR_TYPE] macro
H A Dtypeck.c2616 vtbl = build1 (NOP_EXPR, build_pointer_type (vtbl_ptr_type_node), in get_member_function_from_ptrfunc()
H A DChangeLog-19981510 * cp-tree.h (vtbl_ptr_type_node): New variable.
1513 (finish_struct_1): Make the vptr be of type vtbl_ptr_type_node.
1515 * decl.c (vtbl_ptr_type_node): Define.
H A DChangeLog138 vtbl_ptr_type_node to ensure the mode is correct.