Searched refs:vtable_entry_type (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | method.c | 104 TYPE_SIZE_UNIT (vtable_entry_type))); in make_thunk() 239 (vtable_entry_type)), in thunk_adjust()
|
| H A D | class.c | 1768 atype = build_cplus_array_type (vtable_entry_type, in layout_vtable_decl() 7011 type = build_cplus_array_type (vtable_entry_type, type); in build_ctor_vtbl_group() 7167 TYPE_SIZE_UNIT (vtable_entry_type), in dfs_accumulate_vtbl_inits() 7265 build1 (NOP_EXPR, vtable_entry_type, in build_vtbl_initializer() 7479 TYPE_SIZE_UNIT (vtable_entry_type))); in build_vbase_offset_vtbl_entries() 7500 vtable_entry_type, in build_vbase_offset_vtbl_entries() 7712 vcall_offset = build1 (NOP_EXPR, vtable_entry_type, in add_vcall_offset() 7724 vcall_offset = fold_build1 (NOP_EXPR, vtable_entry_type, in add_vcall_offset()
|
| H A D | rtti.c | 861 TYPE_SIZE_UNIT (vtable_entry_type))); in tinfo_base_init()
|
| H A D | cp-tree.h | 554 #define vtable_entry_type cp_global_trees[CPTI_VTABLE_ENTRY_TYPE] macro 3295 #define vfunc_ptr_type_node vtable_entry_type
|
| H A D | decl.c | 3245 vtable_entry_type = build_pointer_type (vfunc_type); in cxx_init_decl_processing() 3247 record_builtin_type (RID_MAX, VTBL_PTR_TYPE, vtable_entry_type); in cxx_init_decl_processing() 3250 = build_cplus_array_type (vtable_entry_type, NULL_TREE); in cxx_init_decl_processing() 3254 vtbl_ptr_type_node = build_pointer_type (vtable_entry_type); in cxx_init_decl_processing()
|
| H A D | ChangeLog-1994 | 2732 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 D | typeck.c | 6352 TYPE_SIZE_UNIT (vtable_entry_type)); in expand_ptrmemfunc_cst()
|