Searched refs:alloc_expr (Results 1 – 4 of 4) sorted by relevance
1598 tree alloc_call, alloc_expr; in build_new_1() local1801 alloc_expr = get_target_expr (build_nop (full_pointer_type, alloc_call)); in build_new_1()1802 alloc_node = TARGET_EXPR_SLOT (alloc_expr); in build_new_1()1829 alloc_expr = build2 (COMPOUND_EXPR, TREE_TYPE (alloc_expr), inits, in build_new_1()1830 alloc_expr); in build_new_1()2030 rval = TARGET_EXPR_INITIAL (alloc_expr); in build_new_1()2042 rval = build2 (COMPOUND_EXPR, TREE_TYPE (rval), alloc_expr, rval); in build_new_1()
188 alloc_expr.
2370 * init.c (build_new): Wrap alloc_expr in an RTL_EXPR if nelts is
2275 * init.c (build_new): Use a TARGET_EXPR for alloc_expr.