Searched refs:temp_expr (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/gcc/cp/
H A Dexcept.c650 tree temp_expr, allocate_expr; local
749 temp_expr = NULL_TREE;
750 stabilize_init (exp, &temp_expr);
765 if (temp_expr)
772 walk_tree_without_duplicates (&temp_expr, wrap_cleanups_r, 0);
773 exp = build2 (COMPOUND_EXPR, TREE_TYPE (exp), temp_expr, exp);

Completed in 58 milliseconds