| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | init.c | 440 value = maybe_constant_init (value); in build_value_init_noctor() 489 ce.value = maybe_constant_init (ce.value); in build_value_init_noctor() 1985 tree e = maybe_constant_init (rval, exp); in expand_default_init() 4469 tree e = maybe_constant_init (one_init); in build_vec_init() 4678 tree e = maybe_constant_init (elt_init); in build_vec_init()
|
| H A D | cvt.c | 1001 fn = maybe_constant_init (fn); in cp_get_fndecl_from_callee()
|
| H A D | typeck2.c | 926 value = maybe_constant_init (value, decl, true); in store_init_value()
|
| H A D | constexpr.c | 7433 return maybe_constant_init (t, object, manifestly_const_eval); in fold_non_dependent_init() 7477 maybe_constant_init (tree t, tree decl, bool manifestly_const_eval) in maybe_constant_init() function
|
| H A D | cp-tree.h | 7981 extern tree maybe_constant_init (tree, tree = NULL_TREE, bool = false);
|
| H A D | call.c | 12196 init = maybe_constant_init (expr); in set_up_extended_ref_temp()
|
| H A D | pt.c | 16621 init = maybe_constant_init (init); in tsubst_copy()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | init.cc | 451 value = maybe_constant_init (value); in build_value_init_noctor() 500 ce.value = maybe_constant_init (ce.value); in build_value_init_noctor() 2220 tree e = maybe_constant_init (rval, exp); in expand_default_init() 4633 tree e = maybe_constant_init (one_init); in build_vec_init() 4848 tree e = maybe_constant_init (elt_init); in build_vec_init()
|
| H A D | ChangeLog-2014 | 401 (maybe_constant_init): Not strict. 529 (maybe_constant_init): Look through INIT_EXPR. 807 maybe_constant_init, potential_constant_expression_1, 1593 (build_value_init_noctor): Call maybe_constant_init. 1594 * semantics.c (maybe_constant_init): See through EXPR_STMT and 2748 * typeck2.c (massage_init_elt): Use maybe_constant_init.
|
| H A D | cvt.cc | 1006 fn = maybe_constant_init (fn); in cp_get_fndecl_from_callee()
|
| H A D | ChangeLog-2018 | 314 maybe_constant_init): Rename pretend_const_required argument to 1956 (maybe_constant_init): Add pretend_const_required argument. 1958 maybe_constant_init. 1979 (maybe_constant_init): Add pretend_const_required argument, pass it 4610 (maybe_constant_init): Make it a wrapper around maybe_constant_init_1. 4614 cxx_constant_value. Move the maybe_constant_init call under an 'else'.
|
| H A D | typeck2.cc | 875 value = maybe_constant_init (value, decl, true); in store_init_value()
|
| H A D | constexpr.cc | 8371 return maybe_constant_init (t, object, manifestly_const_eval); in fold_non_dependent_init() 8415 maybe_constant_init (tree t, tree decl, bool manifestly_const_eval) in maybe_constant_init() function
|
| H A D | ChangeLog-2010 | 696 * decl2.c (grokfield): Use maybe_constant_init. 753 (maybe_constant_value, maybe_constant_init): New.
|
| H A D | ChangeLog-2016 | 685 * constexpr.c (maybe_constant_init): Pull out TARGET_EXPR_INITIAL. 3124 (maybe_constant_init): Use them.
|
| H A D | ChangeLog | 636 * call.cc (set_up_extended_ref_temp): Pass var to maybe_constant_init.
|
| H A D | ChangeLog-2012 | 458 and maybe_constant_init even for C++98.
|
| H A D | cp-tree.h | 8433 extern tree maybe_constant_init (tree, tree = NULL_TREE, bool = false);
|
| H A D | ChangeLog-2015 | 717 (maybe_constant_init): Handle null input.
|
| H A D | ChangeLog-2013 | 633 * typeck2.c (store_init_value): Call maybe_constant_init after
|
| H A D | ChangeLog-2011 | 2604 * init.c (expand_default_init): Use maybe_constant_init.
|
| H A D | call.cc | 12949 init = maybe_constant_init (expr, var, /*manifestly_const_eval=*/true); in set_up_extended_ref_temp()
|
| H A D | ChangeLog-2017 | 5383 (maybe_constant_init): Don't cache constants.
|
| H A D | ChangeLog-2020 | 777 Call fold_non_dependent_init instead of maybe_constant_init.
|
| H A D | ChangeLog-2019 | 4423 of fold_non_dependent_expr. Don't call maybe_constant_init.
|