Searched refs:RID_DEFAULT (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/gcc/gcc/cp/ |
H A D | lex.c | 229 { "default", RID_DEFAULT, 0 },
|
H A D | parser.c | 6251 case RID_DEFAULT: in cp_parser_statement() 6420 case RID_DEFAULT: in cp_parser_label_for_labeled_statement() 18080 else if (cp_lexer_next_token_is_keyword (parser->lexer, RID_DEFAULT)) in cp_parser_omp_clause_name()
|
/openbsd/gnu/gcc/gcc/ |
H A D | c-parser.c | 145 { "default", RID_DEFAULT, 0 }, 3434 || c_parser_next_token_is_keyword (parser, RID_DEFAULT) in c_parser_compound_statement_nostart() 3556 else if (c_parser_next_token_is_keyword (parser, RID_DEFAULT)) in c_parser_label() 3686 || c_parser_next_token_is_keyword (parser, RID_DEFAULT) in c_parser_statement() 3867 || c_parser_next_token_is_keyword (parser, RID_DEFAULT) in c_parser_if_body() 6394 case RID_DEFAULT: in c_parser_objc_selector() 6680 else if (c_parser_next_token_is_keyword (parser, RID_DEFAULT)) in c_parser_omp_clause_name()
|
H A D | c-common.h | 68 RID_DEFAULT, RID_BREAK, RID_CONTINUE, RID_RETURN, RID_GOTO, enumerator
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | c-common.h | 73 RID_DEFAULT, RID_BREAK, RID_CONTINUE, RID_RETURN, RID_GOTO, enumerator
|
H A D | c-parse.in | 3355 { "default", RID_DEFAULT, 0 }, 3470 /* RID_DEFAULT */ DEFAULT,
|
/openbsd/gnu/usr.bin/gcc/gcc/treelang/ |
H A D | treetree.c | 1218 { "default", RID_DEFAULT, 0 },
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | lex.c | 376 { "default", RID_DEFAULT, 0 },
|