Home
last modified time | relevance | path

Searched refs:RID_LABEL (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dlex.c205 { "__label__", RID_LABEL, 0 },
H A Dparser.c7741 else if (token1->keyword == RID_LABEL) in cp_parser_block_declaration()
15437 cp_parser_require_keyword (parser, RID_LABEL, "`__label__'"); in cp_parser_label_declaration()
/freebsd-12.1/contrib/gcc/
H A Dc-common.h73 RID_EXTENSION, RID_IMAGPART, RID_REALPART, RID_LABEL, RID_CHOOSE_EXPR, enumerator
H A Dc-parser.c136 { "__label__", RID_LABEL, 0 },
3568 if (c_parser_next_token_is_keyword (parser, RID_LABEL)) in c_parser_compound_statement_nostart()
3572 while (c_parser_next_token_is_keyword (parser, RID_LABEL)) in c_parser_compound_statement_nostart()