Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/cp/
HDdecl.c3240 tree vfunc_type = make_node (FUNCTION_TYPE); in cxx_init_decl_processing() local
3241 TREE_TYPE (vfunc_type) = integer_type_node; in cxx_init_decl_processing()
3242 TYPE_ARG_TYPES (vfunc_type) = NULL_TREE; in cxx_init_decl_processing()
3243 layout_type (vfunc_type); in cxx_init_decl_processing()
3245 vtable_entry_type = build_pointer_type (vfunc_type); in cxx_init_decl_processing()