Home
last modified time | relevance | path

Searched refs:maybe_constant_init (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dinit.c440 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 Dcvt.c1001 fn = maybe_constant_init (fn); in cp_get_fndecl_from_callee()
H A Dtypeck2.c926 value = maybe_constant_init (value, decl, true); in store_init_value()
H A Dconstexpr.c7433 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 Dcp-tree.h7981 extern tree maybe_constant_init (tree, tree = NULL_TREE, bool = false);
H A Dcall.c12196 init = maybe_constant_init (expr); in set_up_extended_ref_temp()
H A Dpt.c16621 init = maybe_constant_init (init); in tsubst_copy()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dinit.cc451 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 DChangeLog-2014401 (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 Dcvt.cc1006 fn = maybe_constant_init (fn); in cp_get_fndecl_from_callee()
H A DChangeLog-2018314 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 Dtypeck2.cc875 value = maybe_constant_init (value, decl, true); in store_init_value()
H A Dconstexpr.cc8371 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 DChangeLog-2010696 * decl2.c (grokfield): Use maybe_constant_init.
753 (maybe_constant_value, maybe_constant_init): New.
H A DChangeLog-2016685 * constexpr.c (maybe_constant_init): Pull out TARGET_EXPR_INITIAL.
3124 (maybe_constant_init): Use them.
H A DChangeLog636 * call.cc (set_up_extended_ref_temp): Pass var to maybe_constant_init.
H A DChangeLog-2012458 and maybe_constant_init even for C++98.
H A Dcp-tree.h8433 extern tree maybe_constant_init (tree, tree = NULL_TREE, bool = false);
H A DChangeLog-2015717 (maybe_constant_init): Handle null input.
H A DChangeLog-2013633 * typeck2.c (store_init_value): Call maybe_constant_init after
H A DChangeLog-20112604 * init.c (expand_default_init): Use maybe_constant_init.
H A Dcall.cc12949 init = maybe_constant_init (expr, var, /*manifestly_const_eval=*/true); in set_up_extended_ref_temp()
H A DChangeLog-20175383 (maybe_constant_init): Don't cache constants.
H A DChangeLog-2020777 Call fold_non_dependent_init instead of maybe_constant_init.
H A DChangeLog-20194423 of fold_non_dependent_expr. Don't call maybe_constant_init.

12