Searched refs:vfunc_type (Results 1 – 6 of 6) sorted by relevance
210 tree vfunc_type = make_node (FUNCTION_TYPE); in thunk_adjust() local211 TREE_TYPE (vfunc_type) = integer_type_node; in thunk_adjust()212 TYPE_ARG_TYPES (vfunc_type) = NULL_TREE; in thunk_adjust()213 layout_type (vfunc_type); in thunk_adjust()215 vtable_entry_type = build_pointer_type (vfunc_type); in thunk_adjust()
888 tree vfunc_type = make_node (FUNCTION_TYPE); in d_build_d_type_nodes() local889 TREE_TYPE (vfunc_type) = d_int_type; in d_build_d_type_nodes()890 TYPE_ARG_TYPES (vfunc_type) = NULL_TREE; in d_build_d_type_nodes()891 layout_type (vfunc_type); in d_build_d_type_nodes()893 vtable_entry_type = build_pointer_type (vfunc_type); in d_build_d_type_nodes()
859 tree vfunc_type = make_node (FUNCTION_TYPE); in d_build_d_type_nodes() local860 TREE_TYPE (vfunc_type) = d_int_type; in d_build_d_type_nodes()861 TYPE_ARG_TYPES (vfunc_type) = NULL_TREE; in d_build_d_type_nodes()862 layout_type (vfunc_type); in d_build_d_type_nodes()864 vtable_entry_type = build_pointer_type (vfunc_type); in d_build_d_type_nodes()
1757 tree vfunc_type = make_node (FUNCTION_TYPE); in thunk_adjust() local1758 TREE_TYPE (vfunc_type) = integer_type_node; in thunk_adjust()1759 TYPE_ARG_TYPES (vfunc_type) = NULL_TREE; in thunk_adjust()1760 layout_type (vfunc_type); in thunk_adjust()1762 vtable_entry_type = build_pointer_type (vfunc_type); in thunk_adjust()
4385 tree vfunc_type = make_node (FUNCTION_TYPE); in cxx_init_decl_processing() local4386 TREE_TYPE (vfunc_type) = integer_type_node; in cxx_init_decl_processing()4387 TYPE_ARG_TYPES (vfunc_type) = NULL_TREE; in cxx_init_decl_processing()4388 layout_type (vfunc_type); in cxx_init_decl_processing()4390 vtable_entry_type = build_pointer_type (vfunc_type); in cxx_init_decl_processing()
4631 tree vfunc_type = make_node (FUNCTION_TYPE); in cxx_init_decl_processing() local4632 TREE_TYPE (vfunc_type) = integer_type_node; in cxx_init_decl_processing()4633 TYPE_ARG_TYPES (vfunc_type) = NULL_TREE; in cxx_init_decl_processing()4634 layout_type (vfunc_type); in cxx_init_decl_processing()4636 vtable_entry_type = build_pointer_type (vfunc_type); in cxx_init_decl_processing()