Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c83 static void copy_type_enum (tree , tree);
15378 copy_type_enum (tree dst, tree src) in copy_type_enum() function
15536 copy_type_enum (enumtype, underlying_type); in start_enum()
15700 copy_type_enum (enumtype, underlying_type); in finish_enum_value_list()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20162958 (copy_type_enum): Ditto.
2960 (copy_type_enum): Use SET_TYPE_ALIGN.
4183 * decl.c (copy_type_enum): Respect TYPE_USER_ALIGN.
H A Ddecl.cc87 static void copy_type_enum (tree , tree);
16183 copy_type_enum (tree dst, tree src) in copy_type_enum() function
16353 copy_type_enum (enumtype, underlying_type); in start_enum()
16517 copy_type_enum (enumtype, underlying_type); in finish_enum_value_list()
H A DChangeLog-2010969 * decl.c (copy_type_enum): New.
H A DChangeLog-2011198 * decl.c (copy_type_enum): Also update variants.