Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dexcept.c650 tree temp_expr, allocate_expr; in build_throw() local
701 allocate_expr = do_allocate_exception (temp_type); in build_throw()
702 allocate_expr = get_target_expr (allocate_expr); in build_throw()
703 ptr = TARGET_EXPR_SLOT (allocate_expr); in build_throw()
764 exp = build2 (COMPOUND_EXPR, TREE_TYPE (exp), allocate_expr, exp); in build_throw()