Lines Matching refs:cp_parser_require

2596 static cp_token *cp_parser_require
3779 if (!cp_parser_require (parser, CPP_SEMICOLON, RT_SEMICOLON)) in cp_parser_consume_semicolon_at_end_of_statement()
3917 if (!cp_parser_require (parser, CPP_PRAGMA_EOL, RT_PRAGMA_EOL)) in cp_parser_require_pragma_eol()
4107 token = cp_parser_require (parser, CPP_NAME, RT_NAME); in cp_parser_identifier()
4857 return cp_parser_require (parser, traits_t::open_token_type, in require_open()
4879 return cp_parser_require (parser, traits_t::close_token_type, in require_close()
5526 cp_parser_require (parser, CPP_COMMA, RT_COMMA); in cp_parser_primary_expression()
6469 cp_parser_require (parser, CPP_SCOPE, RT_SCOPE); in cp_parser_nested_name_specifier_opt()
6924 cp_parser_require (parser, CPP_LESS, RT_LESS); in cp_parser_postfix_expression()
6932 cp_parser_require (parser, CPP_GREATER, RT_GREATER); in cp_parser_postfix_expression()
6944 cp_token *close_paren = cp_parser_require (parser, CPP_CLOSE_PAREN, in cp_parser_postfix_expression()
7155 cp_parser_require (parser, CPP_COMMA, RT_COMMA); in cp_parser_postfix_expression()
7609 cp_parser_require (parser, CPP_CLOSE_SQUARE, RT_CLOSE_SQUARE); in cp_parser_postfix_open_square_expression()
8129 cp_parser_require (parser, CPP_SCOPE, RT_SCOPE); in cp_parser_pseudo_destructor_name()
8155 cp_parser_require (parser, CPP_SCOPE, RT_SCOPE); in cp_parser_pseudo_destructor_name()
8161 cp_parser_require (parser, CPP_COMPL, RT_COMPL); in cp_parser_pseudo_destructor_name()
8674 if (!cp_parser_require (parser, CPP_COMMA, RT_COMMA)) in cp_parser_has_attribute_expression()
9009 cp_parser_require (parser, CPP_OPEN_SQUARE, RT_OPEN_SQUARE); in cp_parser_direct_new_declarator()
9035 cp_parser_require (parser, CPP_CLOSE_SQUARE, RT_CLOSE_SQUARE); in cp_parser_direct_new_declarator()
9110 cp_parser_require (parser, CPP_CLOSE_SQUARE, RT_CLOSE_SQUARE); in cp_parser_delete_expression()
9820 cp_parser_require (parser, CPP_COLON, RT_COLON); in cp_parser_question_colon_clause()
10242 cp_parser_require (parser, CPP_COMMA, RT_COMMA); in cp_parser_builtin_offsetof()
10450 cp_parser_require (parser, CPP_COMMA, RT_COMMA); in cp_parser_trait_expr()
10604 else if (cp_parser_require (parser, CPP_OPEN_BRACE, RT_OPEN_BRACE)) in cp_parser_lambda_expression()
10671 cp_parser_require (parser, CPP_OPEN_SQUARE, RT_OPEN_SQUARE); in cp_parser_lambda_introducer()
10717 cp_parser_require (parser, CPP_COMMA, RT_COMMA); in cp_parser_lambda_introducer()
10956 cp_parser_require (parser, CPP_CLOSE_SQUARE, RT_CLOSE_SQUARE); in cp_parser_lambda_introducer()
11127 cp_parser_require (parser, CPP_OPEN_PAREN, RT_OPEN_PAREN); in cp_parser_lambda_declarator_opt()
11657 cp_parser_require (parser, CPP_COLON, RT_COLON); in cp_parser_label_for_labeled_statement()
11946 token = cp_parser_require (parser, CPP_KEYWORD, RT_SELECT); in cp_parser_selection_statement()
12415 cp_parser_require (parser, CPP_SEMICOLON, RT_SEMICOLON); in cp_parser_c_for()
12852 token = cp_parser_require (parser, CPP_KEYWORD, RT_ITERATION); in cp_parser_iteration_statement()
12916 cp_parser_require (parser, CPP_SEMICOLON, RT_SEMICOLON); in cp_parser_iteration_statement()
12982 cp_parser_require (parser, CPP_SEMICOLON, RT_SEMICOLON); in cp_parser_init_statement()
13020 cp_parser_require (parser, CPP_SEMICOLON, RT_SEMICOLON); in cp_parser_init_statement()
13058 token = cp_parser_require (parser, CPP_KEYWORD, RT_JUMP); in cp_parser_jump_statement()
13087 cp_parser_require (parser, CPP_SEMICOLON, RT_SEMICOLON); in cp_parser_jump_statement()
13107 cp_parser_require (parser, CPP_SEMICOLON, RT_SEMICOLON); in cp_parser_jump_statement()
13137 cp_parser_require (parser, CPP_SEMICOLON, RT_SEMICOLON); in cp_parser_jump_statement()
13162 cp_parser_require (parser, CPP_SEMICOLON, RT_SEMICOLON); in cp_parser_jump_statement()
13901 cp_parser_require (parser, CPP_SEMICOLON, RT_SEMICOLON); in cp_parser_simple_declaration()
13927 cp_parser_require (parser, CPP_OPEN_SQUARE, RT_OPEN_SQUARE); in cp_parser_decomposition_declaration()
13944 if (!cp_parser_require (parser, CPP_CLOSE_SQUARE, RT_CLOSE_SQUARE)) in cp_parser_decomposition_declaration()
14728 cp_parser_require (parser, CPP_COMMA, RT_COMMA); in cp_parser_static_assert()
14744 cp_parser_require (parser, CPP_SEMICOLON, RT_SEMICOLON); in cp_parser_static_assert()
15534 = cp_parser_require (parser, CPP_CLOSE_SQUARE, RT_CLOSE_SQUARE)) in cp_parser_operator()
15706 cp_parser_require (parser, CPP_COLON, RT_COLON); in cp_parser_operator()
15728 token = cp_parser_require (parser, CPP_CLOSE_SQUARE, RT_CLOSE_SQUARE); in cp_parser_operator()
16400 token = cp_parser_require (parser, CPP_KEYWORD, RT_CLASS_TYPENAME_TEMPLATE); in cp_parser_type_parameter()
16471 cp_parser_require (parser, CPP_LESS, RT_LESS); in cp_parser_type_parameter()
16475 cp_parser_require (parser, CPP_GREATER, RT_GREATER); in cp_parser_type_parameter()
16682 if (!cp_parser_require (parser, CPP_LESS, RT_LESS)) in cp_parser_template_id()
17584 cp_parser_require (parser, CPP_LESS, RT_LESS); in cp_parser_explicit_specialization()
17586 cp_parser_require (parser, CPP_GREATER, RT_GREATER); in cp_parser_explicit_specialization()
19787 cp_parser_require (parser, CPP_EQ, RT_EQ); in cp_parser_namespace_alias_definition()
19793 cp_parser_require (parser, CPP_SEMICOLON, RT_SEMICOLON); in cp_parser_namespace_alias_definition()
19962 cp_parser_require (parser, CPP_SEMICOLON, RT_SEMICOLON); in cp_parser_using_declaration()
19985 cp_parser_require (parser, CPP_SEMICOLON, RT_SEMICOLON); in cp_parser_using_declaration()
20027 cp_parser_require (parser, CPP_EQ, RT_EQ); in cp_parser_alias_declaration()
20065 || !cp_parser_require (parser, CPP_SEMICOLON, RT_SEMICOLON)) in cp_parser_alias_declaration()
20167 cp_parser_require (parser, CPP_SEMICOLON, RT_SEMICOLON); in cp_parser_using_directive()
20309 if (!cp_parser_require (parser, CPP_OPEN_PAREN, RT_OPEN_PAREN)) in cp_parser_asm_definition()
20421 if (!cp_parser_require (parser, missing ? CPP_COLON : CPP_CLOSE_PAREN, in cp_parser_asm_definition()
20425 cp_parser_require (parser, CPP_SEMICOLON, RT_SEMICOLON); in cp_parser_asm_definition()
21412 if (!cp_parser_require (parser, CPP_CLOSE_SQUARE, RT_CLOSE_SQUARE)) in cp_parser_direct_declarator()
21814 && cp_parser_require (parser, CPP_MULT, RT_MULT)) in cp_parser_ptr_operator()
22575 = (cp_parser_require (parser, CPP_ELLIPSIS, RT_ELLIPSIS) != NULL); in cp_parser_parameter_declaration_clause()
23505 cp_parser_require (parser, CPP_CLOSE_SQUARE, RT_CLOSE_SQUARE); in cp_parser_initializer_list()
23506 cp_parser_require (parser, CPP_EQ, RT_EQ); in cp_parser_initializer_list()
24731 token = cp_parser_require (parser, CPP_KEYWORD, RT_CLASS_KEY); in cp_parser_class_key()
24805 cp_parser_require (parser, CPP_COLON, RT_COLON); in cp_parser_member_specification_opt()
25458 cp_parser_require (parser, CPP_SEMICOLON, RT_SEMICOLON); in cp_parser_member_declaration()
25477 if (!cp_parser_require (parser, CPP_EQ, RT_EQ)) in cp_parser_pure_specifier()
25524 if (!cp_parser_require (parser, CPP_EQ, RT_EQ)) in cp_parser_constant_initializer()
25574 cp_parser_require (parser, CPP_COLON, RT_COLON); in cp_parser_base_clause()
26417 cp_parser_require (parser, CPP_CLOSE_SQUARE, RT_CLOSE_SQUARE); in cp_parser_asm_operand_list()
27093 if (!cp_parser_require (parser, CPP_CLOSE_SQUARE, RT_CLOSE_SQUARE) in cp_parser_std_attribute_spec()
27094 || !cp_parser_require (parser, CPP_CLOSE_SQUARE, RT_CLOSE_SQUARE)) in cp_parser_std_attribute_spec()
27368 cp_parser_require (parser, CPP_COMMA, RT_COMMA); in cp_parser_label_declaration()
27372 cp_parser_require (parser, CPP_SEMICOLON, RT_SEMICOLON); in cp_parser_label_declaration()
27392 if (!cp_parser_require (parser, CPP_EQ, RT_EQ)) in cp_parser_concept_definition()
28802 && !cp_parser_require (parser, CPP_OPEN_PAREN, RT_OPEN_PAREN)) in cp_parser_constructor_declarator_p()
29326 if (!cp_parser_require (parser, CPP_LESS, RT_LESS)) in cp_parser_explicit_template_declaration()
29577 || !cp_parser_require (parser, CPP_SEMICOLON, RT_SEMICOLON))) in cp_parser_single_declaration()
30749 cp_parser_require (cp_parser* parser, in cp_parser_require() function
30779 if (cp_parser_require (parser, CPP_GREATER, RT_GREATER)) in cp_parser_skip_to_end_of_template_parameter_list()
30859 cp_token *token = cp_parser_require (parser, CPP_KEYWORD, token_desc); in cp_parser_require_keyword()
32077 cp_parser_require (parser, CPP_CLOSE_SQUARE, RT_CLOSE_SQUARE); in cp_parser_objc_message_expression()
32165 cp_parser_require (parser, CPP_COLON, RT_COLON); in cp_parser_objc_message_args()
32487 cp_parser_require (parser, CPP_GREATER, RT_GREATER); in cp_parser_objc_protocol_refs_opt()
32678 if (!cp_parser_require (parser, CPP_COLON, RT_COLON)) in cp_parser_objc_method_keyword_params()
34401 if (!cp_parser_require (parser, CPP_COLON, RT_COLON))
34419 if (!cp_parser_require (parser, CPP_CLOSE_SQUARE,
34470 cp_parser_require (parser, CPP_COLON, RT_COLON);
34474 if (!cp_parser_require (parser, CPP_CLOSE_PAREN, RT_CLOSE_PAREN))
34501 if (cp_parser_require (parser, CPP_OPEN_PAREN, RT_OPEN_PAREN))
34702 if (!cp_parser_require (parser, CPP_COLON, RT_COLON)) in cp_parser_oacc_shape_clause()
34801 if (!cp_parser_require (parser, CPP_OPEN_PAREN, RT_OPEN_PAREN)) in cp_parser_oacc_clause_tile()
34806 if (tile && !cp_parser_require (parser, CPP_COMMA, RT_COMMA)) in cp_parser_oacc_clause_tile()
35485 if (!cp_parser_require (parser, CPP_COLON, RT_COLON)) in cp_parser_omp_clause_defaultmap()
35754 if (!cp_parser_require (parser, CPP_OPEN_PAREN, RT_OPEN_PAREN)) in cp_parser_omp_clause_reduction()
35851 if (!cp_parser_require (parser, CPP_COLON, RT_COLON)) in cp_parser_omp_clause_reduction()
35915 cp_parser_require (parser, CPP_COLON, RT_COLON); in cp_parser_omp_clause_schedule()
35989 else if (!cp_parser_require (parser, CPP_CLOSE_PAREN, RT_COMMA_CLOSE_PAREN)) in cp_parser_omp_clause_schedule()
36192 if (!cp_parser_require (parser, CPP_OPEN_PAREN, RT_OPEN_PAREN)) in cp_parser_omp_clause_lastprivate()
36263 cp_parser_require (parser, CPP_COLON, RT_COLON); in cp_parser_omp_clause_linear()
36449 if (cp_parser_require (parser, CPP_CLOSE_PAREN, RT_CLOSE_PAREN) && vec) in cp_parser_omp_clause_depend_sink()
36519 if (!cp_parser_require (parser, CPP_EQ, RT_EQ)) in cp_parser_omp_iterators()
36526 if (!cp_parser_require (parser, CPP_COLON, RT_COLON)) in cp_parser_omp_iterators()
36614 cp_parser_require (parser, CPP_COMMA, RT_COMMA); in cp_parser_omp_clause_depend()
36661 if (!cp_parser_require (parser, CPP_COLON, RT_COLON)) in cp_parser_omp_clause_depend()
36721 if (!cp_parser_require (parser, CPP_OPEN_PAREN, RT_OPEN_PAREN)) in cp_parser_omp_clause_map()
36856 else if (!cp_parser_require (parser, CPP_CLOSE_PAREN, RT_COMMA_CLOSE_PAREN)) in cp_parser_omp_clause_dist_schedule()
36888 if (!cp_parser_require (parser, CPP_OPEN_PAREN, RT_OPEN_PAREN)) in cp_parser_omp_clause_proc_bind()
36909 if (!cp_parser_require (parser, CPP_CLOSE_PAREN, RT_COMMA_CLOSE_PAREN)) in cp_parser_omp_clause_proc_bind()
36938 if (!cp_parser_require (parser, CPP_OPEN_PAREN, RT_OPEN_PAREN)) in cp_parser_omp_clause_device_type()
36959 if (!cp_parser_require (parser, CPP_CLOSE_PAREN, RT_COMMA_CLOSE_PAREN)) in cp_parser_omp_clause_device_type()
37850 if (!cp_parser_require (parser, CPP_EQ, RT_EQ)) in cp_parser_omp_atomic()
37879 if (!cp_parser_require (parser, CPP_EQ, RT_EQ)) in cp_parser_omp_atomic()
38125 if (!cp_parser_require (parser, CPP_SEMICOLON, RT_SEMICOLON)) in cp_parser_omp_atomic()
38130 if (!cp_parser_require (parser, CPP_EQ, RT_EQ)) in cp_parser_omp_atomic()
38139 cp_parser_require (parser, CPP_CLOSE_BRACE, RT_CLOSE_BRACE); in cp_parser_omp_atomic()
38580 cp_parser_require (parser, CPP_EQ, RT_EQ); in cp_parser_omp_for_loop_init()
38708 cp_parser_require (parser, CPP_EQ, RT_EQ); in cp_parser_omp_for_loop_init()
39103 cp_parser_require (parser, CPP_COLON, RT_COLON); in cp_parser_omp_for_loop()
39138 cp_parser_require (parser, CPP_SEMICOLON, RT_SEMICOLON); in cp_parser_omp_for_loop()
39242 cp_parser_require (parser, CPP_SEMICOLON, RT_SEMICOLON); in cp_parser_omp_for_loop()
41675 cp_parser_require (parser, CPP_COLON, RT_COLON); in cp_parser_omp_context_selector()
41815 cp_parser_require (parser, CPP_OPEN_PAREN, RT_OPEN_PAREN); in cp_parser_omp_context_selector()
41886 if (!cp_parser_require (parser, CPP_EQ, RT_EQ)) in cp_parser_omp_context_selector_specification()
42273 if (!cp_parser_require (parser, CPP_CLOSE_PAREN, RT_CLOSE_PAREN)) in cp_parser_omp_declare_reduction_exprs()
42417 if (!cp_parser_require (parser, CPP_OPEN_PAREN, RT_OPEN_PAREN)) in cp_parser_omp_declare_reduction()
42462 if (!cp_parser_require (parser, CPP_COLON, RT_COLON)) in cp_parser_omp_declare_reduction()
42516 if (!cp_parser_require (parser, CPP_COLON, RT_COLON) in cp_parser_omp_declare_reduction()
43323 if (!cp_parser_require (parser, CPP_OPEN_SQUARE, RT_OPEN_SQUARE)) in cp_parser_txn_attribute_opt()
43341 cp_parser_require (parser, CPP_CLOSE_SQUARE, RT_CLOSE_SQUARE); in cp_parser_txn_attribute_opt()
43343 cp_parser_require (parser, CPP_CLOSE_SQUARE, RT_CLOSE_SQUARE); in cp_parser_txn_attribute_opt()
43559 cp_parser_require (parser, CPP_SEMICOLON, RT_SEMICOLON); in cp_parser_transaction_cancel()