Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/cp/
H A Ddecl.c3228 tree vfunc_type = make_node (FUNCTION_TYPE); in cxx_init_decl_processing() local
3229 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()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c7055 tree vfunc_type = make_node (FUNCTION_TYPE); in cxx_init_decl_processing() local
7056 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()