Home
last modified time | relevance | path

Searched refs:cp_convert_range_for (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20179 (cp_convert_range_for): Adjust prototype.
21 and pass it in call to cp_convert_range_for.
22 (cp_convert_range_for): Add unroll parameter and pass it in call to
31 <RANGE_FOR_STMT>: Pass unrolling factor to cp_convert_range_for.
116 * parser.c (cp_convert_range_for,
694 (cp_convert_range_for): Likewise.
1501 cp_convert_range_for, cp_parser_perform_range_for_lookup,
H A DChangeLog-2013672 (cp_convert_range_for, finish_while_stmt_cond, finish_do_stmt,
678 cp_parser_range_for, cp_convert_range_for): Update calls.
2760 * parser.c (cp_convert_range_for): When iterating over a VLA,
2989 (cp_convert_range_for): Pass complain to finish_unary_op_expr.
H A DChangeLog-20101026 * parser.c (cp_convert_range_for): Call cp_finish_decl
1520 (cp_convert_range_for): Declare.
1530 (cp_convert_range_for): New.
H A DChangeLog-2016414 (cp_parser_range_for, cp_convert_range_for): Handle decomposition.
970 (cp_convert_range_for): Call finish_init_stmt instead of finish_for_init_stmt.
3505 * parser.c (cp_convert_range_for): Set the type of __end separately.
H A DChangeLog-20112087 (cp_convert_range_for): ...here.
3974 * parser.c (cp_convert_range_for): Split into
H A DChangeLog-20122088 do_range_for_auto_deduction, cp_convert_range_for,
H A Dcp-tree.h7252 extern tree cp_convert_range_for (tree, tree, tree, tree, unsigned int, bool,
H A DChangeLog-2021147 (cp_convert_range_for): Likewise.
H A DChangeLog-20182125 (cp_convert_range_for): Use for_begin__identifier and
H A DChangeLog-20202104 (cp_convert_range_for): Call it.
H A Dparser.cc13620 stmt = cp_convert_range_for (stmt, range_decl, range_expr, in cp_parser_range_for()
13794 cp_convert_range_for (tree statement, tree range_decl, tree range_expr, in cp_convert_range_for() function
H A Dpt.cc18861 stmt = cp_convert_range_for (stmt, decl, expr, in tsubst_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h6871 extern tree cp_convert_range_for (tree, tree, tree, tree, unsigned int, bool,
H A Dparser.c12522 stmt = cp_convert_range_for (stmt, range_decl, range_expr, in cp_parser_range_for()
12616 cp_convert_range_for (tree statement, tree range_decl, tree range_expr, in cp_convert_range_for() function
H A Dpt.c18257 stmt = cp_convert_range_for (stmt, decl, expr, in tsubst_expr()