Searched refs:RID_IF (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/gcc/gcc/cp/ |
H A D | lex.c | 244 { "if", RID_IF, 0 },
|
H A D | parser.c | 6258 case RID_IF: in cp_parser_statement() 6551 case RID_IF: in cp_parser_selection_statement() 6565 if (keyword == RID_IF) in cp_parser_selection_statement() 6577 if (keyword == RID_IF) in cp_parser_selection_statement() 18078 if (cp_lexer_next_token_is_keyword (parser->lexer, RID_IF)) in cp_parser_omp_clause_name()
|
/openbsd/gnu/gcc/gcc/ |
H A D | c-common.h | 66 RID_ENUM, RID_STRUCT, RID_UNION, RID_IF, RID_ELSE, enumerator
|
H A D | c-parser.c | 154 { "if", RID_IF, 0 }, 3708 case RID_IF: in c_parser_statement_after_labels() 3871 *if_p = c_parser_next_token_is_keyword (parser, RID_IF); in c_parser_if_body() 3893 gcc_assert (c_parser_next_token_is_keyword (parser, RID_IF)); in c_parser_if_statement() 6387 case RID_IF: in c_parser_objc_selector() 6678 if (c_parser_next_token_is_keyword (parser, RID_IF)) in c_parser_omp_clause_name()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | c-common.h | 71 RID_ENUM, RID_STRUCT, RID_UNION, RID_IF, RID_ELSE, enumerator
|
H A D | c-parse.in | 3364 { "if", RID_IF, 0 }, 3463 /* RID_IF */ IF,
|
/openbsd/gnu/usr.bin/gcc/gcc/treelang/ |
H A D | treetree.c | 1227 { "if", RID_IF, 0 },
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | lex.c | 391 { "if", RID_IF, 0 },
|