Searched refs:cp_parser_for (Results 1 – 7 of 7) sorted by relevance
677 * parser.c (cp_parser_iteration_statement, cp_parser_for,723 cp_parser_for, cp_parser_c_for, cp_parser_pragma): Handle
4962 * parser.c (cp_parser_for): New.4965 (cp_parser_iteration_statement): Call cp_parser_for instead of
16 (cp_parser_for): Add unroll parameter and pass it in calls to25 calls to finish_while_stmt_cond, finish_do_stmt and cp_parser_for.
968 (cp_parser_for): Call finish_init_stmt instead of finish_for_init_stmt.
905 * parser.c (cp_parser_for): Maybe call cp_parser_init_statement
2246 static tree cp_parser_for13447 cp_parser_for (cp_parser *parser, bool ivdep, unsigned short unroll) in cp_parser_for() function14106 statement = cp_parser_for (parser, ivdep, unroll); in cp_parser_iteration_statement()
910 (cp_parser_for): Pass false as new is_omp argument to