Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dexcept.c650 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 DChangeLog-20044994 * except.c (build_throw): Ensure that temp_expr has been