Searched refs:temp_expr (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/gcc/gcc/cp/ |
H A D | except.c | 650 tree temp_expr, allocate_expr; in build_throw() local 749 temp_expr = NULL_TREE; in build_throw() 750 stabilize_init (exp, &temp_expr); in build_throw() 765 if (temp_expr) in build_throw() 772 walk_tree_without_duplicates (&temp_expr, wrap_cleanups_r, 0); in build_throw() 773 exp = build2 (COMPOUND_EXPR, TREE_TYPE (exp), temp_expr, exp); in build_throw()
|
H A D | ChangeLog-2004 | 4994 * except.c (build_throw): Ensure that temp_expr has been
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | except.c | 669 tree temp_expr, allocate_expr; local 716 exp = stabilize_throw_expr (exp, &temp_expr); 742 if (temp_expr != void_zero_node) 749 walk_tree_without_duplicates (&temp_expr, wrap_cleanups_r, 0); 750 exp = build (COMPOUND_EXPR, TREE_TYPE (exp), temp_expr, exp);
|