Searched refs:vtbl_ptr_type_node (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | class.c | 4551 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 D | decl.c | 7069 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 D | cp-tree.h | 688 #define vtbl_ptr_type_node cp_global_trees[CPTI_VTBL_PTR_TYPE] macro
|
H A D | typeck.c | 2617 vtbl = build1 (NOP_EXPR, build_pointer_type (vtbl_ptr_type_node),
|
H A D | ChangeLog.2 | 8298 * 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 D | decl.c | 3242 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 D | class.c | 4210 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 D | cp-tree.h | 564 #define vtbl_ptr_type_node cp_global_trees[CPTI_VTBL_PTR_TYPE] macro
|
H A D | typeck.c | 2616 vtbl = build1 (NOP_EXPR, build_pointer_type (vtbl_ptr_type_node), in get_member_function_from_ptrfunc()
|
H A D | ChangeLog-1998 | 1510 * 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 D | ChangeLog | 138 vtbl_ptr_type_node to ensure the mode is correct.
|