Home
last modified time | relevance | path

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

/netbsd-src/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()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-builtins.cc888 tree vfunc_type = make_node (FUNCTION_TYPE); in d_build_d_type_nodes() local
889 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()
/netbsd-src/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-src/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-src/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()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc4631 tree vfunc_type = make_node (FUNCTION_TYPE); in cxx_init_decl_processing() local
4632 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()