Home
last modified time | relevance | path

Searched refs:fold_non_dependent_init (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck2.c931 value = fold_non_dependent_init (value, tf_warning_or_error, in store_init_value()
1460 tree t = fold_non_dependent_init (init, complain); in massage_init_elt()
H A Dcp-tree.h7987 extern tree fold_non_dependent_init (tree,
H A Dconstexpr.c7411 fold_non_dependent_init (tree t, in fold_non_dependent_init() function
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck2.cc880 value = fold_non_dependent_init (value, tf_warning_or_error, in store_init_value()
1442 tree t = fold_non_dependent_init (init, complain); in massage_init_elt()
H A DChangeLog-20191255 (fold_non_dependent_init): Adjust fold_non_dependent_expr_template
4420 (fold_non_dependent_init): New function.
4421 * cp-tree.h (fold_non_dependent_init): Declare.
4422 * typeck2.c (massage_init_elt): Call fold_non_dependent_init instead
H A DChangeLog-2020771 * constexpr.c (fold_non_dependent_init): Add a tree parameter.
773 * cp-tree.h (fold_non_dependent_init): Add a tree parameter with
777 Call fold_non_dependent_init instead of maybe_constant_init.
H A Dcp-tree.h8439 extern tree fold_non_dependent_init (tree,
H A Dconstexpr.cc8349 fold_non_dependent_init (tree t, in fold_non_dependent_init() function