Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/cp/
H A Dlex.c205 { "__label__", RID_LABEL, 0 },
H A Dparser.c7323 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 Dc-common.h73 RID_EXTENSION, RID_IMAGPART, RID_REALPART, RID_LABEL, RID_CHOOSE_EXPR, enumerator
H A Dc-parser.c126 { "__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 Dtreetree.c1192 { "__label__", RID_LABEL, 0 },
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-common.h78 RID_EXTENSION, RID_IMAGPART, RID_REALPART, RID_LABEL, RID_PTRBASE, enumerator
H A Dc-parse.in3328 { "__label__", RID_LABEL, 0 },
3486 /* RID_LABEL */ LABEL,
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dlex.c352 { "__label__", RID_LABEL, 0 },