Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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 Dexcept.c750 stabilize_init (exp, &temp_expr); in build_throw()
H A Dinit.c1930 stable = stabilize_init (init_expr, &init_preeval_expr); in build_new_1()
1945 stable = stabilize_init (init_expr, &init_preeval_expr); in build_new_1()
H A Dtree.c2345 stabilize_init (tree init, tree *initp) in stabilize_init() function
H A Dcp-tree.h4428 extern bool stabilize_init (tree, tree *);
H A DChangeLog1305 (stabilize_init): Only call stabilize_call for calls.
5072 * tree.c (stabilize_init): Update to cope with VEC in
6138 * tree.c (stabilize_init): Don't bother trying to stabilize
H A DChangeLog-20042493 * tree.c (stabilize_init): See through a COMPOUND_EXPR.