Searched refs:cxx_eval_loop_expr (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2016 | 1121 (cxx_eval_loop_expr): Exit after first iteration even if 1725 * constexpr.c (cxx_eval_loop_expr): Count iterations. 2931 (cxx_eval_loop_expr): Handle COMPOUND_EXPR body. 3549 * constexpr.c (cxx_eval_loop_expr): Forget saved values of SAVE_EXPRs 3600 (cxx_eval_loop_expr): Discard SAVE_EXPR values before looping.
|
H A D | ChangeLog-2019 | 2259 (cxx_eval_loop_expr): Initialize jump_target if NULL. Change 2996 cxx_eval_statement_list, cxx_eval_loop_expr, 4629 (cxx_eval_loop_expr): Likewise. Truncate the vector after each 4682 * constexpr.c (cxx_eval_loop_expr): Likewise. 4981 (cxx_eval_loop_expr): Add support for FOR_STMT, WHILE_STMT and DO_STMT.
|
H A D | constexpr.cc | 6227 cxx_eval_loop_expr (const constexpr_ctx *ctx, tree t, in cxx_eval_loop_expr() function 7535 cxx_eval_loop_expr (ctx, t, in cxx_eval_constant_expression()
|
H A D | ChangeLog-2014 | 131 * constexpr.c (cxx_eval_loop_expr): Don't loop 480 * constexpr.c (cxx_eval_loop_expr, cxx_eval_switch_expr): New.
|
H A D | ChangeLog-2021 | 2530 (cxx_eval_loop_expr): Likewise.
|
H A D | ChangeLog-2017 | 512 (cxx_eval_loop_expr): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | constexpr.c | 5438 cxx_eval_loop_expr (const constexpr_ctx *ctx, tree t, in cxx_eval_loop_expr() function 6649 cxx_eval_loop_expr (ctx, t, in cxx_eval_constant_expression()
|