Searched refs:temp_expr (Results 1 – 2 of 2) sorted by relevance
650 tree temp_expr, allocate_expr; in build_throw() local749 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()
4994 * except.c (build_throw): Ensure that temp_expr has been