Searched refs:cxx_eval_vec_init_1 (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2014 | 255 * constexpr.c (cxx_eval_vec_init_1): Avoid 525 (cxx_eval_vec_init_1): Call build_aggr_init_expr. 708 (cxx_eval_vec_init_1): Likewise. 802 cxx_eval_bare_aggregate, cxx_eval_vec_init_1, cxx_eval_vec_init, 3925 * semantics.c (cxx_eval_vec_init_1): Use force_rvalue.
|
H A D | ChangeLog-2018 | 1079 (cxx_eval_vec_init_1): Correct type of AGGR_INIT_EXPR. 1482 * constexpr.c (cxx_eval_vec_init_1): Handle trivial initialization. 2884 * constexpr.c (cxx_eval_vec_init_1): Pass tf_none if ctx->quiet. 4365 (cxx_eval_vec_init_1): Likewise. 4551 * constexpr.c (cxx_eval_vec_init_1): For reuse, treat NULL eltinit like 4833 * constexpr.c (cxx_eval_vec_init_1): Use a RANGE_EXPR to compact
|
H A D | constexpr.cc | 4872 cxx_eval_vec_init_1 (const constexpr_ctx *ctx, tree atype, tree init, in cxx_eval_vec_init_1() function 4947 eltinit = cxx_eval_vec_init_1 (&new_ctx, elttype, eltinit, value_init, in cxx_eval_vec_init_1() 5050 tree r = cxx_eval_vec_init_1 (ctx, atype, init, value_init, in cxx_eval_vec_init()
|
H A D | ChangeLog-2016 | 3190 (cxx_eval_vec_init_1): Likewise. 3350 * constexpr.c (cxx_eval_vec_init_1): Reuse CONSTRUCTOR initializers 3519 * constexpr.c (cxx_eval_vec_init_1): For pre_init case, reuse
|
H A D | ChangeLog-2011 | 93 * semantics.c (cxx_eval_vec_init_1): If init is NULL for 2131 * semantics.c (cxx_eval_vec_init_1): Fix logic. 2577 * semantics.c (cxx_eval_vec_init_1): Correct type.
|
H A D | ChangeLog-2010 | 173 * semantics.c (cxx_eval_vec_init_1): Handle value-init. 751 (cxx_eval_vec_init, cxx_eval_vec_init_1): New.
|
H A D | ChangeLog-2020 | 32 (cxx_eval_vec_init_1): Always exit early if non-constant. 2851 * constexpr.c (cxx_eval_vec_init_1): Truncate ctx->ctor and 6019 (cxx_eval_vec_init_1): Handle CONSTRUCTOR.
|
H A D | ChangeLog-2019 | 4024 * constexpr.c (cxx_eval_vec_init_1, cxx_eval_store_expression):
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | constexpr.c | 4140 cxx_eval_vec_init_1 (const constexpr_ctx *ctx, tree atype, tree init, in cxx_eval_vec_init_1() function 4215 eltinit = cxx_eval_vec_init_1 (&new_ctx, elttype, eltinit, value_init, in cxx_eval_vec_init_1() 4288 tree r = cxx_eval_vec_init_1 (ctx, atype, init, in cxx_eval_vec_init()
|