Searched refs:start_enum (Results 1 – 25 of 27) sorted by relevance
12
232 extern tree start_enum PARAMS ((tree));
1772 { $$ = start_enum ($2); }1777 { $$ = start_enum (NULL_TREE); }
5544 start_enum (name) in start_enum() function
482 extern tree start_enum (tree);
1726 tree type = start_enum (ident); in c_parser_enum_specifier()
5735 start_enum (tree name) in start_enum() function
2313 current_enum_type = start_enum ($2); }2322 current_enum_type = start_enum (make_anon_name ()); }
3819 extern tree start_enum PARAMS ((tree));
716 (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, not9503 (start_enum): Don't check for primary-template enum declarations10246 * 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 because18861 * decl.c (start_enum): Complain about enum templates.
4389 t = start_enum (TYPE_IDENTIFIER (template_type));
13974 start_enum (name) in start_enum() function
4459 (start_enum): Disable useless code.6728 * decl.c (start_enum): Initialize enum_overflow.
531 * decl.c (xref_tag, start_enum): Use return value of pushtag.611 (start_enum): Likewise. Add assertion test that NAME is717 (xref_tag, start_enum): Use it.1786 (cp_parser_enum_specifier): Call start_enum before consuming
3927 extern tree start_enum (tree);
716 (start_enum): Likewise.850 (start_enum): Clear TYPE_VALUES for a redefined enum.3955 * decl.c (start_enum): Show location of previous definition.
1743 (start_enum): Don't copy integer_zero_node because2583 * decl.c (start_enum): Complain about enum templates.
205 * decl.c (start_enum): Use push_obstacks, not2715 (start_enum): Don't check for primary-template enum declarations3458 * decl.c (start_enum): Put local enums on permanent_obstack.
1943 (start_enum): If this is a local enum, switch to permanent_obstack.
1019 (start_enum): Disable useless code.3288 * decl.c (start_enum): Initialize enum_overflow.
10095 start_enum (tree name) in start_enum() function
4793 t = start_enum (TYPE_IDENTIFIER (template_type)); in lookup_template_class()
3533 * decl.c (start_enum): Don't set TREE_ADDRESSABLE on TREE_LIST node.
10462 type = start_enum (identifier); in cp_parser_enum_specifier()
3525 start_enum): Likewise.
6295 (start_enum): Adjust call to pushtag.