Searched refs:cp_parser_for (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2013 | 677 * parser.c (cp_parser_iteration_statement, cp_parser_for, 723 cp_parser_for, cp_parser_c_for, cp_parser_pragma): Handle
|
H A D | ChangeLog-2011 | 4962 * parser.c (cp_parser_for): New. 4965 (cp_parser_iteration_statement): Call cp_parser_for instead of
|
H A D | ChangeLog-2017 | 16 (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 D | ChangeLog-2016 | 968 (cp_parser_for): Call finish_init_stmt instead of finish_for_init_stmt.
|
H A D | ChangeLog-2021 | 905 * parser.c (cp_parser_for): Maybe call cp_parser_init_statement
|
H A D | parser.cc | 2246 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 D | ChangeLog-2018 | 910 (cp_parser_for): Pass false as new is_omp argument to
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 2145 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()
|