Home
last modified time | relevance | path

Searched refs:cp_parser_for (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-2013677 * parser.c (cp_parser_iteration_statement, cp_parser_for,
723 cp_parser_for, cp_parser_c_for, cp_parser_pragma): Handle
DChangeLog-20114962 * parser.c (cp_parser_for): New.
4965 (cp_parser_iteration_statement): Call cp_parser_for instead of
DChangeLog-201716 (cp_parser_for): Add unroll parameter and pass it in calls to
25 calls to finish_while_stmt_cond, finish_do_stmt and cp_parser_for.
DChangeLog-2016968 (cp_parser_for): Call finish_init_stmt instead of finish_for_init_stmt.
DChangeLog-2021905 * parser.c (cp_parser_for): Maybe call cp_parser_init_statement
Dparser.cc2246 static tree cp_parser_for
13447 cp_parser_for (cp_parser *parser, bool ivdep, unsigned short unroll) in cp_parser_for() function
14106 statement = cp_parser_for (parser, ivdep, unroll); in cp_parser_iteration_statement()
DChangeLog-2018910 (cp_parser_for): Pass false as new is_omp argument to