Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-tree.h489 extern tree start_enum (tree);
H A Dc-parser.c1874 tree type = start_enum (ident); in c_parser_enum_specifier()
H A Dc-decl.c6327 start_enum (tree name) in start_enum() function
H A DFSFChangeLog.1112674 (start_enum): Likewise but from flag_short_enums.
H A DChangeLog-200411389 (start_enum): Check for nested redefinition.
/freebsd-12.1/contrib/gcc/cp/
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 Dcp-tree.h3978 extern tree start_enum (tree);
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-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-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 Ddecl.c10637 start_enum (tree name) in start_enum() function
H A Dpt.c4793 t = start_enum (TYPE_IDENTIFIER (template_type)); in lookup_template_class()
H A DChangeLog-20023533 * decl.c (start_enum): Don't set TREE_ADDRESSABLE on TREE_LIST node.
H A Dparser.c10886 type = start_enum (identifier); in cp_parser_enum_specifier()
H A DChangeLog-20033525 start_enum): Likewise.
H A DChangeLog6364 (start_enum): Adjust call to pushtag.