Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2013677 * parser.c (cp_parser_iteration_statement, cp_parser_for,
723 cp_parser_for, cp_parser_c_for, cp_parser_pragma): Handle
H A DChangeLog-20114962 * parser.c (cp_parser_for): New.
4965 (cp_parser_iteration_statement): Call cp_parser_for instead of
H A 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.
H A DChangeLog-2016968 (cp_parser_for): Call finish_init_stmt instead of finish_for_init_stmt.
H A DChangeLog-2021905 * parser.c (cp_parser_for): Maybe call cp_parser_init_statement
H A 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()
H A DChangeLog-2018910 (cp_parser_for): Pass false as new is_omp argument to
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c2145 static tree cp_parser_for
12366 cp_parser_for (cp_parser *parser, bool ivdep, unsigned short unroll) in cp_parser_for() function
12926 statement = cp_parser_for (parser, ivdep, unroll); in cp_parser_iteration_statement()