Searched refs:stabilize_init (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | init.c | 2548 stable = stabilize_init (init_expr, &init_preeval_expr); in build_new_1() 2633 stable = stabilize_init (init_expr, &init_preeval_expr); in build_new_1()
|
| HD | tree.c | 3653 stabilize_init (tree init, tree *initp) in stabilize_init() function 3692 else if (!stabilize_init (ce->value, &subinit)) in stabilize_init()
|
| HD | cp-tree.h | 5657 extern bool stabilize_init (tree, tree *);
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | init.c | 3359 stable = stabilize_init (init_expr, &init_preeval_expr); in build_new_1() 3450 && stabilize_init (init_expr, &init_preeval_expr)); in build_new_1()
|
| HD | tree.c | 5275 stabilize_init (tree init, tree *initp) in stabilize_init() function 5330 else if (!stabilize_init (ce->value, &subinit)) in stabilize_init()
|
| HD | cp-tree.h | 7055 extern bool stabilize_init (tree, tree *);
|