Searched refs:RID_LABEL (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | lex.c | 205 { "__label__", RID_LABEL, 0 },
|
| H A D | parser.c | 7741 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 D | c-common.h | 73 RID_EXTENSION, RID_IMAGPART, RID_REALPART, RID_LABEL, RID_CHOOSE_EXPR, enumerator
|
| H A D | c-parser.c | 136 { "__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()
|