Searched refs:stabilize_expr (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | except.c | 603 arg = stabilize_expr (arg, &arg_init_expr); 615 exp = stabilize_expr (exp, &init_expr);
|
| H A D | tree.c | 2528 stabilize_expr (exp, initp) in stabilize_expr() function
|
| H A D | cp-tree.h | 4307 extern tree stabilize_expr PARAMS ((tree, tree *));
|
| H A D | typeck.c | 5265 rhs = stabilize_expr (rhs, &preeval);
|
| H A D | ChangeLog | 5167 * cp-tree.h (stabilize_expr): Prototype. 5215 * tree.c (stabilize_expr): New function.
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | tree.c | 2252 stabilize_expr (tree exp, tree* initp) in stabilize_expr() function 2311 TREE_VALUE (t) = stabilize_expr (TREE_VALUE (t), &init); in stabilize_call() 2340 TREE_OPERAND (t, 1) = stabilize_expr (TREE_OPERAND (t, 1), initp); in stabilize_init()
|
| H A D | cp-tree.h | 4367 extern tree stabilize_expr (tree, tree *);
|
| H A D | ChangeLog-2002 | 3764 * cp-tree.h (stabilize_expr): Prototype. 3812 * tree.c (stabilize_expr): New function.
|
| H A D | typeck.c | 5621 rhs = stabilize_expr (rhs, &preeval); in build_modify_expr()
|
| H A D | ChangeLog | 1234 * tree.c (stabilize_expr): Tweak documentation. Add assertion.
|