Searched refs:vfunc_type (Results 1 – 2 of 2) sorted by relevance
3228 tree vfunc_type = make_node (FUNCTION_TYPE); in cxx_init_decl_processing() local3229 TREE_TYPE (vfunc_type) = integer_type_node; in cxx_init_decl_processing()3230 TYPE_ARG_TYPES (vfunc_type) = NULL_TREE; in cxx_init_decl_processing()3231 layout_type (vfunc_type); in cxx_init_decl_processing()3233 vtable_entry_type = build_pointer_type (vfunc_type); in cxx_init_decl_processing()
7055 tree vfunc_type = make_node (FUNCTION_TYPE); in cxx_init_decl_processing() local7056 TREE_TYPE (vfunc_type) = integer_type_node; in cxx_init_decl_processing()7057 TYPE_ARG_TYPES (vfunc_type) = NULL_TREE; in cxx_init_decl_processing()7058 layout_type (vfunc_type); in cxx_init_decl_processing()7060 vtable_entry_type = build_pointer_type (vfunc_type); in cxx_init_decl_processing()