Lines Matching refs:c_parser_next_token_is
1058 if (c_parser_next_token_is (parser, type)) in c_parser_require()
1512 if (c_parser_next_token_is (parser, CPP_EOF)) in c_parser_translation_unit()
1855 if (c_parser_next_token_is (parser, CPP_SEMICOLON)) in c_parser_declaration_or_fndef()
1886 && !c_parser_next_token_is (parser, CPP_NAME)) in c_parser_declaration_or_fndef()
2009 if (c_parser_next_token_is (parser, CPP_EQ) in c_parser_declaration_or_fndef()
2010 || c_parser_next_token_is (parser, CPP_COMMA) in c_parser_declaration_or_fndef()
2011 || c_parser_next_token_is (parser, CPP_SEMICOLON) in c_parser_declaration_or_fndef()
2031 if (c_parser_next_token_is (parser, CPP_OPEN_BRACE)) in c_parser_declaration_or_fndef()
2042 if (c_parser_next_token_is (parser, CPP_EQ)) in c_parser_declaration_or_fndef()
2188 if (c_parser_next_token_is (parser, CPP_COMMA)) in c_parser_declaration_or_fndef()
2206 else if (c_parser_next_token_is (parser, CPP_SEMICOLON)) in c_parser_declaration_or_fndef()
2257 gcc_assert (!c_parser_next_token_is (parser, CPP_SEMICOLON)); in c_parser_declaration_or_fndef()
2601 while (c_parser_next_token_is (parser, CPP_NAME) in c_parser_declspecs()
2602 || c_parser_next_token_is (parser, CPP_KEYWORD) in c_parser_declspecs()
2603 || (c_dialect_objc () && c_parser_next_token_is (parser, CPP_LESS))) in c_parser_declspecs()
2620 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_declspecs()
2670 if (c_parser_next_token_is (parser, CPP_LESS)) in c_parser_declspecs()
2679 if (c_parser_next_token_is (parser, CPP_LESS)) in c_parser_declspecs()
2695 gcc_assert (c_parser_next_token_is (parser, CPP_KEYWORD)); in c_parser_declspecs()
2805 if (typespec_ok && c_parser_next_token_is (parser, CPP_OPEN_PAREN)) in c_parser_declspecs()
2919 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_enum_specifier()
2926 if (c_parser_next_token_is (parser, CPP_OPEN_BRACE)) in c_parser_enum_specifier()
2951 if (c_parser_next_token_is (parser, CPP_CLOSE_BRACE) in c_parser_enum_specifier()
2972 if (c_parser_next_token_is (parser, CPP_EQ)) in c_parser_enum_specifier()
2987 if (c_parser_next_token_is (parser, CPP_COMMA)) in c_parser_enum_specifier()
2993 if (c_parser_next_token_is (parser, CPP_CLOSE_BRACE)) in c_parser_enum_specifier()
3105 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_struct_or_union_specifier()
3112 if (c_parser_next_token_is (parser, CPP_OPEN_BRACE)) in c_parser_struct_or_union_specifier()
3143 if (c_parser_next_token_is (parser, CPP_NAME) in c_parser_struct_or_union_specifier()
3166 if (c_parser_next_token_is (parser, CPP_SEMICOLON)) in c_parser_struct_or_union_specifier()
3178 if (c_parser_next_token_is (parser, CPP_CLOSE_BRACE)) in c_parser_struct_or_union_specifier()
3184 if (c_parser_next_token_is (parser, CPP_PRAGMA)) in c_parser_struct_or_union_specifier()
3196 if (c_parser_next_token_is (parser, CPP_SEMICOLON)) in c_parser_struct_or_union_specifier()
3200 if (c_parser_next_token_is (parser, CPP_CLOSE_BRACE)) in c_parser_struct_or_union_specifier()
3311 if (c_parser_next_token_is (parser, CPP_SEMICOLON) in c_parser_struct_declaration()
3312 || c_parser_next_token_is (parser, CPP_CLOSE_BRACE)) in c_parser_struct_declaration()
3343 && !c_parser_next_token_is (parser, CPP_NAME)) in c_parser_struct_declaration()
3360 if (c_parser_next_token_is (parser, CPP_COLON)) in c_parser_struct_declaration()
3371 if (c_parser_next_token_is (parser, CPP_COLON) in c_parser_struct_declaration()
3372 || c_parser_next_token_is (parser, CPP_COMMA) in c_parser_struct_declaration()
3373 || c_parser_next_token_is (parser, CPP_SEMICOLON) in c_parser_struct_declaration()
3374 || c_parser_next_token_is (parser, CPP_CLOSE_BRACE) in c_parser_struct_declaration()
3380 if (c_parser_next_token_is (parser, CPP_COLON)) in c_parser_struct_declaration()
3398 if (c_parser_next_token_is (parser, CPP_COMMA)) in c_parser_struct_declaration()
3400 else if (c_parser_next_token_is (parser, CPP_SEMICOLON) in c_parser_struct_declaration()
3401 || c_parser_next_token_is (parser, CPP_CLOSE_BRACE)) in c_parser_struct_declaration()
3614 if (c_parser_next_token_is (parser, CPP_MULT)) in c_parser_declarator()
3674 && c_parser_next_token_is (parser, CPP_NAME) in c_parser_direct_declarator()
3689 && c_parser_next_token_is (parser, CPP_OPEN_SQUARE)) in c_parser_direct_declarator()
3699 if (c_parser_next_token_is (parser, CPP_OPEN_PAREN)) in c_parser_direct_declarator()
3707 || c_parser_next_token_is (parser, CPP_CLOSE_PAREN))) in c_parser_direct_declarator()
3727 if (c_parser_next_token_is (parser, CPP_CLOSE_PAREN)) in c_parser_direct_declarator()
3764 if (c_parser_next_token_is (parser, CPP_OPEN_SQUARE)) in c_parser_direct_declarator_inner()
3796 if (c_parser_next_token_is (parser, CPP_CLOSE_SQUARE)) in c_parser_direct_declarator_inner()
3801 else if (c_parser_next_token_is (parser, CPP_MULT)) in c_parser_direct_declarator_inner()
3821 if (c_parser_next_token_is (parser, CPP_CLOSE_SQUARE)) in c_parser_direct_declarator_inner()
3838 else if (c_parser_next_token_is (parser, CPP_OPEN_PAREN)) in c_parser_direct_declarator_inner()
3870 && c_parser_next_token_is (parser, CPP_NAME) in c_parser_parms_declarator()
3881 while (c_parser_next_token_is (parser, CPP_NAME) in c_parser_parms_declarator()
3891 if (c_parser_next_token_is (parser, CPP_CLOSE_PAREN)) in c_parser_parms_declarator()
3897 if (c_parser_next_token_is (parser, CPP_CLOSE_PAREN)) in c_parser_parms_declarator()
3939 if (c_parser_next_token_is (parser, CPP_CLOSE_PAREN)) in c_parser_parms_list_declarator()
3945 if (c_parser_next_token_is (parser, CPP_ELLIPSIS)) in c_parser_parms_list_declarator()
3962 if (c_parser_next_token_is (parser, CPP_CLOSE_PAREN)) in c_parser_parms_list_declarator()
3986 if (c_parser_next_token_is (parser, CPP_SEMICOLON)) in c_parser_parms_list_declarator()
3994 if (c_parser_next_token_is (parser, CPP_CLOSE_PAREN)) in c_parser_parms_list_declarator()
4009 if (c_parser_next_token_is (parser, CPP_ELLIPSIS)) in c_parser_parms_list_declarator()
4012 if (c_parser_next_token_is (parser, CPP_CLOSE_PAREN)) in c_parser_parms_list_declarator()
4043 while (c_parser_next_token_is (parser, CPP_PRAGMA)) in c_parser_parameter_declaration()
4148 if (c_parser_next_token_is (parser, CPP_STRING)) in c_parser_asm_string_literal()
4153 else if (c_parser_next_token_is (parser, CPP_WSTRING)) in c_parser_asm_string_literal()
4207 if (c_parser_next_token_is (parser, CPP_KEYWORD)) in c_parser_attribute_any_word()
4262 else if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_attribute_any_word()
4319 while (c_parser_next_token_is (parser, CPP_COMMA) in c_parser_attributes()
4320 || c_parser_next_token_is (parser, CPP_NAME) in c_parser_attributes()
4321 || c_parser_next_token_is (parser, CPP_KEYWORD)) in c_parser_attributes()
4325 if (c_parser_next_token_is (parser, CPP_COMMA)) in c_parser_attributes()
4342 if (!c_parser_next_token_is (parser, CPP_COMMA)) in c_parser_attributes()
4352 if (c_parser_next_token_is (parser, CPP_NAME) in c_parser_attributes()
4367 if (c_parser_next_token_is (parser, CPP_CLOSE_PAREN)) in c_parser_attributes()
4382 if (c_parser_next_token_is (parser, CPP_CLOSE_PAREN)) in c_parser_attributes()
4394 if (c_parser_next_token_is (parser, CPP_CLOSE_PAREN)) in c_parser_attributes()
4406 if (!c_parser_next_token_is (parser, CPP_COMMA)) in c_parser_attributes()
4410 if (c_parser_next_token_is (parser, CPP_CLOSE_PAREN)) in c_parser_attributes()
4419 if (c_parser_next_token_is (parser, CPP_CLOSE_PAREN)) in c_parser_attributes()
4518 if (c_parser_next_token_is (parser, CPP_OPEN_BRACE)) in c_parser_initializer()
4551 gcc_assert (c_parser_next_token_is (parser, CPP_OPEN_BRACE)); in c_parser_braced_init()
4561 if (c_parser_next_token_is (parser, CPP_CLOSE_BRACE)) in c_parser_braced_init()
4574 if (c_parser_next_token_is (parser, CPP_COMMA)) in c_parser_braced_init()
4581 if (c_parser_next_token_is (parser, CPP_CLOSE_BRACE)) in c_parser_braced_init()
4612 if (c_parser_next_token_is (parser, CPP_NAME) in c_parser_initelt()
4633 while (c_parser_next_token_is (parser, CPP_OPEN_SQUARE) in c_parser_initelt()
4634 || c_parser_next_token_is (parser, CPP_DOT)) in c_parser_initelt()
4641 if (c_parser_next_token_is (parser, CPP_DOT)) in c_parser_initelt()
4645 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_initelt()
4712 if (c_parser_next_token_is (parser, CPP_ELLIPSIS) in c_parser_initelt()
4713 || c_parser_next_token_is (parser, CPP_CLOSE_SQUARE)) in c_parser_initelt()
4719 while (c_parser_next_token_is (parser, CPP_COMMA)) in c_parser_initelt()
4751 if (c_parser_next_token_is (parser, CPP_ELLIPSIS)) in c_parser_initelt()
4760 if (c_parser_next_token_is (parser, CPP_CLOSE_SQUARE)) in c_parser_initelt()
4776 if (c_parser_next_token_is (parser, CPP_EQ)) in c_parser_initelt()
4820 if (c_parser_next_token_is (parser, CPP_OPEN_BRACE) && !after) in c_parser_initval()
4930 if (c_parser_next_token_is (parser, CPP_CLOSE_BRACE)) in c_parser_compound_statement_nostart()
4961 if (c_parser_next_token_is (parser, CPP_COMMA)) in c_parser_compound_statement_nostart()
4971 if (c_parser_next_token_is (parser, CPP_CLOSE_BRACE)) in c_parser_compound_statement_nostart()
4984 || (c_parser_next_token_is (parser, CPP_NAME) in c_parser_compound_statement_nostart()
5041 else if (c_parser_next_token_is (parser, CPP_PRAGMA)) in c_parser_compound_statement_nostart()
5053 else if (c_parser_next_token_is (parser, CPP_EOF)) in c_parser_compound_statement_nostart()
5099 || (c_parser_next_token_is (parser, CPP_NAME) in c_parser_all_labels()
5135 if (c_parser_next_token_is (parser, CPP_COLON)) in c_parser_label()
5140 else if (c_parser_next_token_is (parser, CPP_ELLIPSIS)) in c_parser_label()
5162 gcc_assert (c_parser_next_token_is (parser, CPP_NAME)); in c_parser_label()
5164 gcc_assert (c_parser_next_token_is (parser, CPP_COLON)); in c_parser_label()
5188 if (c_parser_next_token_is (parser, CPP_SEMICOLON)) in c_parser_label()
5417 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_statement_after_labels()
5423 else if (c_parser_next_token_is (parser, CPP_MULT)) in c_parser_statement_after_labels()
5445 if (c_parser_next_token_is (parser, CPP_SEMICOLON)) in c_parser_statement_after_labels()
5474 if (c_parser_next_token_is (parser, CPP_SEMICOLON)) in c_parser_statement_after_labels()
5502 if (c_parser_next_token_is (parser, CPP_SEMICOLON)) in c_parser_statement_after_labels()
5634 if (c_parser_next_token_is (parser, CPP_SEMICOLON)) in c_parser_if_body()
5643 else if (c_parser_next_token_is (parser, CPP_OPEN_BRACE)) in c_parser_if_body()
5678 if (c_parser_next_token_is (parser, CPP_SEMICOLON)) in c_parser_else_body()
5689 if (!c_parser_next_token_is (parser, CPP_OPEN_BRACE)) in c_parser_else_body()
5712 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_maybe_reclassify_token()
5854 if (c_parser_next_token_is (parser, CPP_OPEN_PAREN) in c_parser_switch_statement()
5934 bool open_brace = c_parser_next_token_is (parser, CPP_OPEN_BRACE); in c_parser_while_statement()
5965 if (c_parser_next_token_is (parser, CPP_SEMICOLON)) in c_parser_do_statement()
6084 if (c_parser_next_token_is (parser, CPP_SEMICOLON)) in c_parser_for_statement()
6170 if (c_parser_next_token_is (parser, CPP_SEMICOLON)) in c_parser_for_statement()
6210 if (c_parser_next_token_is (parser, CPP_CLOSE_PAREN)) in c_parser_for_statement()
6243 bool open_brace = c_parser_next_token_is (parser, CPP_OPEN_BRACE); in c_parser_for_statement()
6383 if (c_parser_next_token_is (parser, CPP_CLOSE_PAREN) && !is_goto) in c_parser_asm_statement()
6400 if ((!c_parser_next_token_is (parser, CPP_COLON) in c_parser_asm_statement()
6401 && !c_parser_next_token_is (parser, CPP_CLOSE_PAREN)) in c_parser_asm_statement()
6424 if (c_parser_next_token_is (parser, CPP_CLOSE_PAREN) && !is_goto) in c_parser_asm_statement()
6470 if (c_parser_next_token_is (parser, CPP_OPEN_SQUARE)) in c_parser_asm_operands()
6473 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_asm_operands()
6511 if (c_parser_next_token_is (parser, CPP_COMMA)) in c_parser_asm_operands()
6537 if (c_parser_next_token_is (parser, CPP_COMMA)) in c_parser_asm_clobbers()
6560 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_asm_goto_operands()
6577 if (c_parser_next_token_is (parser, CPP_COMMA)) in c_parser_asm_goto_operands()
6702 if (c_parser_next_token_is (parser, CPP_COLON)) in c_parser_conditional_expression()
7110 if (c_parser_next_token_is (parser, CPP_OPEN_PAREN) in c_parser_cast_expression()
7131 if (c_parser_next_token_is (parser, CPP_OPEN_BRACE)) in c_parser_cast_expression()
7262 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_unary_expression()
7331 if (c_parser_next_token_is (parser, CPP_OPEN_PAREN) in c_parser_sizeof_expression()
7353 if (c_parser_next_token_is (parser, CPP_OPEN_BRACE)) in c_parser_sizeof_expression()
7415 if (c_parser_next_token_is (parser, CPP_OPEN_PAREN) in c_parser_alignof_expression()
7439 if (c_parser_next_token_is (parser, CPP_OPEN_BRACE)) in c_parser_alignof_expression()
7509 if (c_parser_next_token_is (parser, CPP_CLOSE_PAREN)) in c_parser_get_builtin_args()
7524 while (c_parser_next_token_is (parser, CPP_COMMA)) in c_parser_get_builtin_args()
8124 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_postfix_expression()
8130 while (c_parser_next_token_is (parser, CPP_DOT) in c_parser_postfix_expression()
8131 || c_parser_next_token_is (parser, in c_parser_postfix_expression()
8133 || c_parser_next_token_is (parser, in c_parser_postfix_expression()
8136 if (c_parser_next_token_is (parser, CPP_DEREF)) in c_parser_postfix_expression()
8144 else if (c_parser_next_token_is (parser, CPP_DOT)) in c_parser_postfix_expression()
9190 if (c_parser_next_token_is (parser, CPP_CLOSE_PAREN)) in c_parser_postfix_expression_after_primary()
9240 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_postfix_expression_after_primary()
9277 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_postfix_expression_after_primary()
9356 if (c_parser_next_token_is (parser, CPP_COMMA)) in c_parser_expression()
9358 while (c_parser_next_token_is (parser, CPP_COMMA)) in c_parser_expression()
9469 while (c_parser_next_token_is (parser, CPP_COMMA)) in c_parser_expr_list()
9543 if (c_parser_next_token_is (parser, CPP_OPEN_PAREN)) in c_parser_objc_class_definition()
9552 if (iface_p && c_parser_next_token_is (parser, CPP_CLOSE_PAREN)) in c_parser_objc_class_definition()
9575 if (c_parser_next_token_is (parser, CPP_LESS)) in c_parser_objc_class_definition()
9583 if (c_parser_next_token_is (parser, CPP_COLON)) in c_parser_objc_class_definition()
9599 if (c_parser_next_token_is (parser, CPP_LESS)) in c_parser_objc_class_definition()
9605 if (c_parser_next_token_is (parser, CPP_OPEN_BRACE)) in c_parser_objc_class_definition()
9646 gcc_assert (c_parser_next_token_is (parser, CPP_OPEN_BRACE)); in c_parser_objc_class_instance_variables()
9652 if (c_parser_next_token_is (parser, CPP_SEMICOLON)) in c_parser_objc_class_instance_variables()
9660 if (c_parser_next_token_is (parser, CPP_CLOSE_BRACE)) in c_parser_objc_class_instance_variables()
9690 else if (c_parser_next_token_is (parser, CPP_PRAGMA)) in c_parser_objc_class_instance_variables()
9756 if (c_parser_next_token_is (parser, CPP_COMMA)) in c_parser_objc_class_declaration()
9834 if (c_parser_next_token_is (parser, CPP_COMMA)) in c_parser_objc_protocol_definition()
9846 if (c_parser_next_token_is (parser, CPP_LESS)) in c_parser_objc_protocol_definition()
9899 if (c_parser_next_token_is (parser, CPP_SEMICOLON)) in c_parser_objc_method_definition()
9906 if (!c_parser_next_token_is (parser, CPP_OPEN_BRACE)) in c_parser_objc_method_definition()
10011 if (!c_parser_next_token_is (parser, CPP_SEMICOLON)) in c_parser_objc_methodproto()
10049 if (c_parser_next_token_is (parser, CPP_SEMICOLON) in c_parser_objc_maybe_method_attributes()
10050 || c_parser_next_token_is (parser, CPP_OPEN_BRACE)) in c_parser_objc_maybe_method_attributes()
10101 if (c_parser_next_token_is (parser, CPP_OPEN_PAREN)) in c_parser_objc_method_decl()
10112 if (!sel || c_parser_next_token_is (parser, CPP_COLON)) in c_parser_objc_method_decl()
10122 if (c_parser_next_token_is (parser, CPP_OPEN_PAREN)) in c_parser_objc_method_decl()
10152 while (c_parser_next_token_is (parser, CPP_COMMA)) in c_parser_objc_method_decl()
10156 if (c_parser_next_token_is (parser, CPP_ELLIPSIS)) in c_parser_objc_method_decl()
10249 gcc_assert (c_parser_next_token_is (parser, CPP_LESS)); in c_parser_objc_protocol_refs()
10264 if (c_parser_next_token_is (parser, CPP_COMMA)) in c_parser_objc_protocol_refs()
10315 if (c_parser_next_token_is (parser, CPP_ELLIPSIS)) in c_parser_objc_try_catch_finally_statement()
10347 if (c_parser_next_token_is (parser, CPP_CLOSE_PAREN)) in c_parser_objc_try_catch_finally_statement()
10684 if (c_parser_next_token_is (parser, CPP_OPEN_PAREN)) in c_parser_objc_at_property_declaration()
10772 if (c_parser_next_token_is (parser, CPP_COMMA)) in c_parser_objc_at_property_declaration()
10855 if (c_parser_next_token_is (parser, CPP_EQ)) in c_parser_objc_at_synthesize_declaration()
10871 if (c_parser_next_token_is (parser, CPP_COMMA)) in c_parser_objc_at_synthesize_declaration()
10914 if (c_parser_next_token_is (parser, CPP_COMMA)) in c_parser_objc_at_dynamic_declaration()
11227 if (c_parser_next_token_is (parser, CPP_STRING)) in c_parser_pragma_pch_preprocess()
11260 else if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_omp_clause_name()
11544 while (c_parser_next_token_is (parser, CPP_NAME) in c_parser_omp_variable_list()
11577 while (c_parser_next_token_is (parser, CPP_DOT)) in c_parser_omp_variable_list()
11581 if (!c_parser_next_token_is (parser, CPP_NAME)) in c_parser_omp_variable_list()
11597 while (c_parser_next_token_is (parser, CPP_OPEN_SQUARE)) in c_parser_omp_variable_list()
11602 if (!c_parser_next_token_is (parser, CPP_COLON)) in c_parser_omp_variable_list()
11611 if (c_parser_next_token_is (parser, CPP_CLOSE_SQUARE)) in c_parser_omp_variable_list()
11622 if (!c_parser_next_token_is (parser, CPP_CLOSE_SQUARE)) in c_parser_omp_variable_list()
11877 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_omp_clause_default()
11944 if (c_parser_next_token_is (parser, CPP_OPEN_PAREN)) in c_parser_omp_clause_final()
11982 if (is_omp && c_parser_next_token_is (parser, CPP_NAME)) in c_parser_omp_clause_if()
12385 if (!c_parser_next_token_is (parser, CPP_NAME)) in c_parser_omp_clause_defaultmap()
12399 if (!c_parser_next_token_is (parser, CPP_NAME)) in c_parser_omp_clause_defaultmap()
12524 if (c_parser_next_token_is (parser, CPP_OPEN_PAREN)) in c_parser_oacc_shape_clause()
12550 if (c_parser_next_token_is (parser, CPP_MULT) in c_parser_oacc_shape_clause()
12558 if (c_parser_next_token_is (parser, CPP_COMMA)) in c_parser_oacc_shape_clause()
12568 else if (c_parser_next_token_is (parser, CPP_NAME) in c_parser_oacc_shape_clause()
12613 && c_parser_next_token_is (parser, CPP_COMMA)) in c_parser_oacc_shape_clause()
12718 if (c_parser_next_token_is (parser, CPP_MULT) in c_parser_oacc_clause_tile()
12793 if (c_parser_next_token_is (parser, CPP_OPEN_PAREN)) in c_parser_omp_clause_ordered()
12985 while (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_omp_clause_schedule()
12999 && c_parser_next_token_is (parser, CPP_COMMA)) in c_parser_omp_clause_schedule()
13018 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_omp_clause_schedule()
13055 if (c_parser_next_token_is (parser, CPP_COMMA)) in c_parser_omp_clause_schedule()
13305 if (c_parser_next_token_is (parser, CPP_COLON)) in c_parser_omp_clause_aligned()
13349 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_omp_clause_linear()
13370 if (c_parser_next_token_is (parser, CPP_COLON)) in c_parser_omp_clause_linear()
13495 while (c_parser_next_token_is (parser, CPP_NAME) in c_parser_omp_clause_depend_sink()
13511 if (c_parser_next_token_is (parser, CPP_MINUS)) in c_parser_omp_clause_depend_sink()
13513 else if (!c_parser_next_token_is (parser, CPP_PLUS)) in c_parser_omp_clause_depend_sink()
13581 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_omp_clause_depend()
13664 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_omp_clause_map()
13697 if (c_parser_next_token_is (parser, CPP_NAME) in c_parser_omp_clause_map()
13820 if (c_parser_next_token_is (parser, CPP_COMMA)) in c_parser_omp_clause_dist_schedule()
13862 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_omp_clause_proc_bind()
13944 if (!first && c_parser_next_token_is (parser, CPP_COMMA))
14146 if (!first && c_parser_next_token_is (parser, CPP_COMMA))
14670 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_oacc_enter_exit_data()
14854 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_oacc_kernels_parallel()
14906 if (c_parser_next_token_is (parser, CPP_OPEN_PAREN)) in c_parser_oacc_routine()
14955 if (c_parser_next_token_is (parser, CPP_PRAGMA) in c_parser_oacc_routine()
14966 if (c_parser_next_token_is (parser, CPP_KEYWORD) in c_parser_oacc_routine()
14972 while (c_parser_next_token_is (parser, CPP_KEYWORD) in c_parser_oacc_routine()
15176 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_omp_atomic()
15183 if (c_parser_next_token_is (parser, CPP_COMMA) in c_parser_omp_atomic()
15188 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_omp_atomic()
15207 if (c_parser_next_token_is (parser, CPP_COMMA) in c_parser_omp_atomic()
15211 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_omp_atomic()
15266 if (c_parser_next_token_is (parser, CPP_OPEN_BRACE)) in c_parser_omp_atomic()
15305 if (c_parser_next_token_is (parser, CPP_CLOSE_BRACE)) in c_parser_omp_atomic()
15310 if (c_parser_next_token_is (parser, CPP_CLOSE_BRACE)) in c_parser_omp_atomic()
15580 if (c_parser_next_token_is (parser, CPP_OPEN_PAREN)) in c_parser_omp_critical()
15583 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_omp_critical()
15618 if (c_parser_next_token_is (parser, CPP_OPEN_PAREN)) in c_parser_omp_flush()
15737 else if (c_parser_next_token_is (parser, CPP_NAME) in c_parser_omp_for_loop()
15842 else if (c_parser_next_token_is (parser, CPP_OPEN_BRACE)) in c_parser_omp_for_loop()
15848 && c_parser_next_token_is (parser, CPP_SEMICOLON)) in c_parser_omp_for_loop()
15899 if (c_parser_next_token_is (parser, CPP_CLOSE_BRACE)) in c_parser_omp_for_loop()
15904 else if (c_parser_next_token_is (parser, CPP_SEMICOLON)) in c_parser_omp_for_loop()
16099 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_omp_for()
16198 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_omp_ordered()
16277 if (c_parser_next_token_is (parser, CPP_CLOSE_BRACE)) in c_parser_omp_sections_scope()
16279 if (c_parser_next_token_is (parser, CPP_EOF)) in c_parser_omp_sections_scope()
16429 else if (cclauses == NULL && c_parser_next_token_is (parser, CPP_NAME)) in c_parser_omp_parallel()
16608 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_omp_cancellation_point()
16664 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_omp_distribute()
16753 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_omp_teams()
16927 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_omp_target_enter_data()
17011 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_omp_target_exit_data()
17112 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_omp_target()
17324 while (c_parser_next_token_is (parser, CPP_PRAGMA)) in c_parser_omp_declare_simd()
17365 if (c_parser_next_token_is (parser, CPP_KEYWORD) in c_parser_omp_declare_simd()
17371 while (c_parser_next_token_is (parser, CPP_KEYWORD) in c_parser_omp_declare_simd()
17388 if (c_parser_next_token_is (parser, CPP_KEYWORD) in c_parser_omp_declare_simd()
17394 while (c_parser_next_token_is (parser, CPP_KEYWORD) in c_parser_omp_declare_simd()
17503 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_omp_declare_target()
17506 else if (c_parser_next_token_is (parser, CPP_OPEN_PAREN)) in c_parser_omp_declare_target()
17569 if (c_parser_next_token_is (parser, CPP_NAME) in c_parser_omp_end_declare_target()
17574 if (c_parser_next_token_is (parser, CPP_NAME) in c_parser_omp_end_declare_target()
17732 if (c_parser_next_token_is (parser, CPP_COMMA)) in c_parser_omp_declare_reduction()
17819 else if (c_parser_next_token_is (parser, CPP_NAME) in c_parser_omp_declare_reduction()
17840 else if (!c_parser_next_token_is (parser, CPP_NAME)) in c_parser_omp_declare_reduction()
17964 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_omp_declare()
18031 if (c_parser_next_token_is (parser, CPP_NAME)) in c_parser_omp_taskloop()
18251 if (!c_parser_next_token_is (parser, CPP_OPEN_SQUARE)) in c_parser_transaction_attributes()