Home
last modified time | relevance | path

Searched refs:start_enum (Results 1 – 25 of 40) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-tree.h624 extern tree start_enum (location_t, struct c_enum_contents *, tree);
H A DChangeLog3783 (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 Dc-decl.cc9102 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 Dc-tree.h609 extern tree start_enum (location_t, struct c_enum_contents *, tree);
H A Dc-decl.c8750 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 DChangeLog-200818 * 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 DChangeLog-2010964 (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 DChangeLog-20162371 (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 DChangeLog-2004531 * 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 Ddecl.cc4749 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 DChangeLog-2020405 (start_enum): Likewise.
2194 (start_enum): Adjust lookup_and_check_tag call.
2228 (start_enum): Drop default arg to pushtag & xref_tag.
H A DChangeLog-1999716 (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 DChangeLog-19961743 (start_enum): Don't copy integer_zero_node because
2583 * decl.c (start_enum): Complain about enum templates.
H A DChangeLog-2011132 * decl.c (start_enum): Avoid using ENUM_UNDERLYING_TYPE on a
573 * decl.c (start_enum): Call xref_tag whenever possible.
H A DChangeLog-1998205 * 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 DChangeLog-20174461 (start_enum): Likewise.
4764 * decl.c (start_enum): std::byte aliases anything.
H A DChangeLog-19971943 (start_enum): If this is a local enum, switch to permanent_obstack.
H A DChangeLog-19941019 (start_enum): Disable useless code.
3288 * decl.c (start_enum): Initialize enum_overflow.
H A Dcp-tree.h6853 extern tree start_enum (tree, tree, tree, tree, bool, bool *);
H A DChangeLog-20052780 (start_enum): Adjust call to pushtag.
H A DChangeLog-20091885 * decl.c (start_enum): Allow dependent underlying type.
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1plugin.cc1933 tree type = start_enum (id, NULL_TREE, in plugin_start_enum_type()
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dlibcp1plugin.cc1777 tree type = start_enum (id, NULL_TREE, in plugin_start_enum_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c4506 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 Dcp-tree.h6582 extern tree start_enum (tree, tree, tree, tree, bool, bool *);

12