Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dinit.c1598 tree alloc_call, alloc_expr; in build_new_1() local
1801 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()
H A DChangeLog-1997188 alloc_expr.
H A DChangeLog-19952370 * init.c (build_new): Wrap alloc_expr in an RTL_EXPR if nelts is
H A DChangeLog-19962275 * init.c (build_new): Use a TARGET_EXPR for alloc_expr.