Searched refs:RID_LABEL (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | lex.c | 205 { "__label__", RID_LABEL, 0 },
|
| H A D | parser.c | 7323 else if (token1->keyword == RID_LABEL) in cp_parser_block_declaration() 14927 cp_parser_require_keyword (parser, RID_LABEL, "`__label__'"); in cp_parser_label_declaration()
|
| /openbsd-src/gnu/gcc/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 | 126 { "__label__", RID_LABEL, 0 }, 3388 if (c_parser_next_token_is_keyword (parser, RID_LABEL)) in c_parser_compound_statement_nostart() 3392 while (c_parser_next_token_is_keyword (parser, RID_LABEL)) in c_parser_compound_statement_nostart()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/treelang/ |
| H A D | treetree.c | 1192 { "__label__", RID_LABEL, 0 },
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-common.h | 78 RID_EXTENSION, RID_IMAGPART, RID_REALPART, RID_LABEL, RID_PTRBASE, enumerator
|
| H A D | c-parse.in | 3328 { "__label__", RID_LABEL, 0 }, 3486 /* RID_LABEL */ LABEL,
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | lex.c | 352 { "__label__", RID_LABEL, 0 },
|