Searched refs:stabilize_expr (Results 1 – 5 of 5) sorted by relevance
2269 stabilize_expr (tree exp, tree* initp) in stabilize_expr() function2328 TREE_VALUE (t) = stabilize_expr (TREE_VALUE (t), &init); in stabilize_call()2357 TREE_OPERAND (t, 1) = stabilize_expr (TREE_OPERAND (t, 1), initp); in stabilize_init()
4426 extern tree stabilize_expr (tree, tree *);
3764 * cp-tree.h (stabilize_expr): Prototype.3812 * tree.c (stabilize_expr): New function.
5787 rhs = stabilize_expr (rhs, &preeval); in build_modify_expr()
1303 * tree.c (stabilize_expr): Tweak documentation. Add assertion.