Home
last modified time | relevance | path

Searched refs:stabilize_init (Results 1 – 16 of 16) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog.tree-ssa44 * tree.c (stabilize_init): Return whether or not it worked.
173 (build_throw): Use stabilize_init instead of stabilize_throw_expr.
174 * tree.c (stabilize_call, stabilize_init): New fns.
H A Dinit.c3554 stable = stabilize_init (init_expr, &init_preeval_expr); in build_new_1()
3657 && stabilize_init (init_expr, &init_preeval_expr)); in build_new_1()
H A Dtree.c5603 stabilize_init (tree init, tree *initp) in stabilize_init() function
5658 else if (!stabilize_init (ce->value, &subinit)) in stabilize_init()
H A Dtree.cc5924 stabilize_init (tree init, tree *initp) in stabilize_init() function
5979 else if (!stabilize_init (ce->value, &subinit)) in stabilize_init()
H A DChangeLog-20121850 * tree.c (stabilize_init): Handle stabilizing a TARGET_EXPR
1856 * tree.c (stabilize_init): Side effects make the init unstable.
H A DChangeLog-2011398 * tree.c (stabilize_init): Handle CONSTRUCTOR.
1122 * tree.c (stabilize_init): Stabilize scalar elements of a
2514 * tree.c (stabilize_init): Handle aggregate initialization.
H A DChangeLog-20051488 * tree.c (stabilize_init): Update to cope with VEC in
2554 * tree.c (stabilize_init): Don't bother trying to stabilize
H A DChangeLog-200791 * tree.c (stabilize_call, stabilize_init): Do nothing if
3027 (stabilize_init): Use it.
H A DChangeLog-20061216 (stabilize_init): Only call stabilize_call for calls.
H A DChangeLog-20081015 (stabilize_init): Don't mess with AGGR_INIT_EXPR either.
H A Dcp-tree.h7788 extern bool stabilize_init (tree, tree *);
H A DChangeLog-20182988 cp_build_qualified_type_real, stabilize_expr, stabilize_init): Likewise.
H A DChangeLog-20042493 * tree.c (stabilize_init): See through a COMPOUND_EXPR.
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dinit.c3554 stable = stabilize_init (init_expr, &init_preeval_expr); in build_new_1()
3657 && stabilize_init (init_expr, &init_preeval_expr)); in build_new_1()
H A Dtree.c5603 stabilize_init (tree init, tree *initp) in stabilize_init() function
5658 else if (!stabilize_init (ce->value, &subinit)) in stabilize_init()
H A Dcp-tree.h7392 extern bool stabilize_init (tree, tree *);