Home
last modified time | relevance | path

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

12

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-tree.h232 extern tree start_enum PARAMS ((tree));
H A Dc-parse.in1772 { $$ = start_enum ($2); }
1777 { $$ = start_enum (NULL_TREE); }
H A Dc-decl.c5544 start_enum (name) in start_enum() function
/openbsd/gnu/gcc/gcc/
H A Dc-tree.h482 extern tree start_enum (tree);
H A Dc-parser.c1726 tree type = start_enum (ident); in c_parser_enum_specifier()
H A Dc-decl.c5735 start_enum (tree name) in start_enum() function
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dparse.y2313 current_enum_type = start_enum ($2); }
2322 current_enum_type = start_enum (make_anon_name ()); }
H A Dcp-tree.h3819 extern tree start_enum PARAMS ((tree));
H A DChangeLog.2716 (start_enum): Likewise.
850 (start_enum): Clear TYPE_VALUES for a redefined enum.
3955 * decl.c (start_enum): Show location of previous definition.
6993 * decl.c (start_enum): Use push_obstacks, not
9503 (start_enum): Don't check for primary-template enum declarations
10246 * decl.c (start_enum): Put local enums on permanent_obstack.
15614 (start_enum): If this is a local enum, switch to permanent_obstack.
18021 (start_enum): Don't copy integer_zero_node because
18861 * decl.c (start_enum): Complain about enum templates.
H A Dpt.c4389 t = start_enum (TYPE_IDENTIFIER (template_type));
H A Ddecl.c13974 start_enum (name) in start_enum() function
H A DChangeLog.14459 (start_enum): Disable useless code.
6728 * decl.c (start_enum): Initialize enum_overflow.
/openbsd/gnu/gcc/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.h3927 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.c10095 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.c10462 type = start_enum (identifier); in cp_parser_enum_specifier()
H A DChangeLog-20033525 start_enum): Likewise.
H A DChangeLog6295 (start_enum): Adjust call to pushtag.

12