Home
last modified time | relevance | path

Searched refs:vtable_entry_type (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dmethod.c292 TYPE_SIZE_UNIT (vtable_entry_type)));
492 (vtable_entry_type)),
H A Dclass.c2169 atype = build_cplus_array_type (vtable_entry_type,
7574 type = build_cplus_array_type (vtable_entry_type, type);
7731 TYPE_SIZE_UNIT (vtable_entry_type),
7827 build1 (NOP_EXPR, vtable_entry_type,
8022 TYPE_SIZE_UNIT (vtable_entry_type)));
8053 vtable_entry_type,
8274 vcall_offset = build1 (NOP_EXPR, vtable_entry_type, in add_vcall_offset()
8286 vcall_offset = fold (build1 (NOP_EXPR, vtable_entry_type, in add_vcall_offset()
H A Drtti.c800 TYPE_SIZE_UNIT (vtable_entry_type)));
H A Dcp-tree.h663 #define vtable_entry_type cp_global_trees[CPTI_VTABLE_ENTRY_TYPE] macro
3198 #define vfunc_ptr_type_node vtable_entry_type
H A Ddecl.c7060 vtable_entry_type = build_pointer_type (vfunc_type); in cxx_init_decl_processing()
7062 record_builtin_type (RID_MAX, VTBL_PTR_TYPE, vtable_entry_type); in cxx_init_decl_processing()
7065 = build_cplus_array_type (vtable_entry_type, NULL_TREE); in cxx_init_decl_processing()
7069 vtbl_ptr_type_node = build_pointer_type (vtable_entry_type); in cxx_init_decl_processing()
H A DChangeLog.16172 type vtable_entry_type, not ptr_type_node.
6177 * decl.c (init_decl_processing): Make vtable_entry_type
6212 build_classof): Use vtable_entry_type instead of memptr_type.
7126 * decl.c: Add memptr_type as well as vtable_entry_type.
7128 * gc.c, typeck.c: Use memptr_typeChange, not vtable_entry_type.
H A Dtypeck.c5805 TYPE_SIZE_UNIT (vtable_entry_type)));
/openbsd/gnu/gcc/gcc/cp/
H A Dmethod.c104 TYPE_SIZE_UNIT (vtable_entry_type))); in make_thunk()
239 (vtable_entry_type)), in thunk_adjust()
H A Dclass.c1755 atype = build_cplus_array_type (vtable_entry_type, in layout_vtable_decl()
6982 type = build_cplus_array_type (vtable_entry_type, type); in build_ctor_vtbl_group()
7138 TYPE_SIZE_UNIT (vtable_entry_type), in dfs_accumulate_vtbl_inits()
7236 build1 (NOP_EXPR, vtable_entry_type, in build_vtbl_initializer()
7450 TYPE_SIZE_UNIT (vtable_entry_type))); in build_vbase_offset_vtbl_entries()
7471 vtable_entry_type, in build_vbase_offset_vtbl_entries()
7683 vcall_offset = build1 (NOP_EXPR, vtable_entry_type, in add_vcall_offset()
7695 vcall_offset = fold_build1 (NOP_EXPR, vtable_entry_type, in add_vcall_offset()
H A Drtti.c860 TYPE_SIZE_UNIT (vtable_entry_type))); in tinfo_base_init()
H A Dcp-tree.h554 #define vtable_entry_type cp_global_trees[CPTI_VTABLE_ENTRY_TYPE] macro
3255 #define vfunc_ptr_type_node vtable_entry_type
H A Ddecl.c3233 vtable_entry_type = build_pointer_type (vfunc_type); in cxx_init_decl_processing()
3235 record_builtin_type (RID_MAX, VTBL_PTR_TYPE, vtable_entry_type); in cxx_init_decl_processing()
3238 = build_cplus_array_type (vtable_entry_type, NULL_TREE); in cxx_init_decl_processing()
3242 vtbl_ptr_type_node = build_pointer_type (vtable_entry_type); in cxx_init_decl_processing()
H A DChangeLog-19942732 type vtable_entry_type, not ptr_type_node.
2737 * decl.c (init_decl_processing): Make vtable_entry_type
2772 build_classof): Use vtable_entry_type instead of memptr_type.
3686 * decl.c: Add memptr_type as well as vtable_entry_type.
3688 * gc.c, typeck.c: Use memptr_typeChange, not vtable_entry_type.
H A Dtypeck.c6126 TYPE_SIZE_UNIT (vtable_entry_type)); in expand_ptrmemfunc_cst()