| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-tree.h | 624 extern tree start_enum (location_t, struct c_enum_contents *, tree);
|
| H A D | ChangeLog | 3783 (start_enum): Use the location of TYPE_STUB_DECL of enumtype. 4018 * c-decl.c (start_enum): Adjust DECL_SOURCE_LOCATION of 5911 (start_enum): Use true instead of 1 and NULL_TREE instead of 0. 6097 * c-decl.c (start_enum): Set TYPE_PACKED consistently among type
|
| H A D | c-decl.cc | 9102 start_enum (location_t loc, struct c_enum_contents *the_enum, tree name) in start_enum() function 9438 tree enumtype = start_enum (loc, &the_enum, get_identifier (name)); in c_simulate_enum_decl()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-tree.h | 609 extern tree start_enum (location_t, struct c_enum_contents *, tree);
|
| H A D | c-decl.c | 8750 start_enum (location_t loc, struct c_enum_contents *the_enum, tree name) in start_enum() function 9086 tree enumtype = start_enum (loc, &the_enum, get_identifier (name)); in c_simulate_enum_decl()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-2008 | 18 * decl.c (start_enum): If enumtype is error_mark_node, exit early. 111 (start_enum, finish_enum): Likewise. 781 * decl.c (start_enum): If building a C++0x scoped enumeration,
|
| H A D | ChangeLog-2010 | 964 (start_enum): Update prototype. 972 (start_enum): Add parameters enumtype and is_new. 976 (lookup_template_class): Update call to start_enum. Call to
|
| H A D | ChangeLog-2016 | 2371 (start_enum): Likewise. 3101 * decl.c (start_enum): Don't change an existing ENUM_UNDERLYING_TYPE. 4186 * decl.c (start_enum): Add attributes parameter.
|
| H A D | ChangeLog-2004 | 531 * decl.c (xref_tag, start_enum): Use return value of pushtag. 611 (start_enum): Likewise. Add assertion test that NAME is 717 (xref_tag, start_enum): Use it. 1786 (cp_parser_enum_specifier): Call start_enum before consuming
|
| H A D | decl.cc | 4749 align_type_node = start_enum (align_id, NULL_TREE, size_type_node, in cxx_init_decl_processing() 16224 start_enum (tree name, tree enumtype, tree underlying_type, in start_enum() function 16867 tree enumtype = start_enum (get_identifier (name), NULL_TREE, NULL_TREE, in cxx_simulate_enum_decl()
|
| H A D | ChangeLog-2020 | 405 (start_enum): Likewise. 2194 (start_enum): Adjust lookup_and_check_tag call. 2228 (start_enum): Drop default arg to pushtag & xref_tag.
|
| H A D | ChangeLog-1999 | 716 (start_enum): Likewise. 850 (start_enum): Clear TYPE_VALUES for a redefined enum. 3955 * decl.c (start_enum): Show location of previous definition.
|
| H A D | ChangeLog-1996 | 1743 (start_enum): Don't copy integer_zero_node because 2583 * decl.c (start_enum): Complain about enum templates.
|
| H A D | ChangeLog-2011 | 132 * decl.c (start_enum): Avoid using ENUM_UNDERLYING_TYPE on a 573 * decl.c (start_enum): Call xref_tag whenever possible.
|
| H A D | ChangeLog-1998 | 205 * decl.c (start_enum): Use push_obstacks, not 2715 (start_enum): Don't check for primary-template enum declarations 3458 * decl.c (start_enum): Put local enums on permanent_obstack.
|
| H A D | ChangeLog-2017 | 4461 (start_enum): Likewise. 4764 * decl.c (start_enum): std::byte aliases anything.
|
| H A D | ChangeLog-1997 | 1943 (start_enum): If this is a local enum, switch to permanent_obstack.
|
| H A D | ChangeLog-1994 | 1019 (start_enum): Disable useless code. 3288 * decl.c (start_enum): Initialize enum_overflow.
|
| H A D | cp-tree.h | 6853 extern tree start_enum (tree, tree, tree, tree, bool, bool *);
|
| H A D | ChangeLog-2005 | 2780 (start_enum): Adjust call to pushtag.
|
| H A D | ChangeLog-2009 | 1885 * decl.c (start_enum): Allow dependent underlying type.
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
| H A D | libcp1plugin.cc | 1933 tree type = start_enum (id, NULL_TREE, in plugin_start_enum_type()
|
| /netbsd-src/external/gpl3/gcc/dist/libcc1/ |
| H A D | libcp1plugin.cc | 1777 tree type = start_enum (id, NULL_TREE, in plugin_start_enum_type()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | decl.c | 4506 align_type_node = start_enum (align_id, NULL_TREE, size_type_node, in cxx_init_decl_processing() 15419 start_enum (tree name, tree enumtype, tree underlying_type, in start_enum() function 16049 tree enumtype = start_enum (get_identifier (name), NULL_TREE, NULL_TREE, in cxx_simulate_enum_decl()
|
| H A D | cp-tree.h | 6582 extern tree start_enum (tree, tree, tree, tree, bool, bool *);
|