Home
last modified time | relevance | path

Searched refs:vfunc_type (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dsymtab-thunks.cc210 tree vfunc_type = make_node (FUNCTION_TYPE); in thunk_adjust() local
211 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()
H A Dcgraphunit.c1757 tree vfunc_type = make_node (FUNCTION_TYPE); in thunk_adjust() local
1758 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()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-builtins.cc859 tree vfunc_type = make_node (FUNCTION_TYPE); in d_build_d_type_nodes() local
860 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()
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Dd-builtins.cc885 tree vfunc_type = make_node (FUNCTION_TYPE); in d_build_d_type_nodes() local
886 TREE_TYPE (vfunc_type) = d_int_type; in d_build_d_type_nodes()
887 TYPE_ARG_TYPES (vfunc_type) = NULL_TREE; in d_build_d_type_nodes()
888 layout_type (vfunc_type); in d_build_d_type_nodes()
890 vtable_entry_type = build_pointer_type (vfunc_type); in d_build_d_type_nodes()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dcgraphunit.c1757 tree vfunc_type = make_node (FUNCTION_TYPE); in thunk_adjust() local
1758 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()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.c4385 tree vfunc_type = make_node (FUNCTION_TYPE); in cxx_init_decl_processing() local
4386 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()
H A Ddecl.cc4628 tree vfunc_type = make_node (FUNCTION_TYPE); in cxx_init_decl_processing() local
4629 TREE_TYPE (vfunc_type) = integer_type_node; in cxx_init_decl_processing()
4630 TYPE_ARG_TYPES (vfunc_type) = NULL_TREE; in cxx_init_decl_processing()
4631 layout_type (vfunc_type); in cxx_init_decl_processing()
4633 vtable_entry_type = build_pointer_type (vfunc_type); in cxx_init_decl_processing()
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c4385 tree vfunc_type = make_node (FUNCTION_TYPE); in cxx_init_decl_processing() local
4386 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()