Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dinit.cc3049 tree alloc_call, alloc_expr; in build_new_1() local
3503 alloc_expr = alloc_call; in build_new_1()
3505 alloc_expr = maybe_wrap_new_for_constexpr (alloc_expr, type, in build_new_1()
3511 return build_nop (pointer_type, alloc_expr); in build_new_1()
3515 alloc_expr = get_target_expr (alloc_expr); in build_new_1()
3516 alloc_node = TARGET_EXPR_SLOT (alloc_expr); in build_new_1()
3529 alloc_expr = build2 (COMPOUND_EXPR, TREE_TYPE (alloc_expr), inits, in build_new_1()
3530 alloc_expr); in build_new_1()
3817 if (rval == data_addr && TREE_CODE (alloc_expr) == TARGET_EXPR) in build_new_1()
3820 rval = TARGET_EXPR_INITIAL (alloc_expr); in build_new_1()
[all …]
H A DChangeLog2715 alloc_expr is a TARGET_EXPR.
H A DChangeLog-1997188 alloc_expr.
H A DChangeLog-19962275 * init.c (build_new): Use a TARGET_EXPR for alloc_expr.
H A DChangeLog-19952370 * init.c (build_new): Wrap alloc_expr in an RTL_EXPR if nelts is
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dinit.c2972 tree alloc_call, alloc_expr; in build_new_1() local
3424 alloc_expr = alloc_call; in build_new_1()
3426 alloc_expr = maybe_wrap_new_for_constexpr (alloc_call, type, in build_new_1()
3432 return build_nop (pointer_type, alloc_expr); in build_new_1()
3436 alloc_expr = get_target_expr (alloc_expr); in build_new_1()
3437 alloc_node = TARGET_EXPR_SLOT (alloc_expr); in build_new_1()
3450 alloc_expr = build2 (COMPOUND_EXPR, TREE_TYPE (alloc_expr), inits, in build_new_1()
3451 alloc_expr); in build_new_1()
3754 rval = TARGET_EXPR_INITIAL (alloc_expr); in build_new_1()
3769 rval = build2 (COMPOUND_EXPR, TREE_TYPE (rval), alloc_expr, rval); in build_new_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dfrontend-passes.cc3457 gfc_expr *allocated, *alloc_expr; in matmul_lhs_realloc() local
3469 alloc_expr = gfc_copy_expr (c); in matmul_lhs_realloc()
3471 ar = gfc_find_array_ref (alloc_expr); in matmul_lhs_realloc()
3566 allocate1->ext.alloc.list->expr = gfc_copy_expr (alloc_expr); in matmul_lhs_realloc()
3572 allocate_else->ext.alloc.list->expr = alloc_expr; in matmul_lhs_realloc()
H A Dtrans-array.cc10514 tree alloc_expr; in gfc_alloc_allocatable_for_assignment() local
11109 alloc_expr = gfc_finish_block (&alloc_block); in gfc_alloc_allocatable_for_assignment()
11112 tmp = build3_v (COND_EXPR, cond_null, alloc_expr, realloc_expr); in gfc_alloc_allocatable_for_assignment()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dfrontend-passes.c3179 gfc_expr *allocated, *alloc_expr; in matmul_lhs_realloc() local
3191 alloc_expr = gfc_copy_expr (c); in matmul_lhs_realloc()
3193 ar = gfc_find_array_ref (alloc_expr); in matmul_lhs_realloc()
3288 allocate1->ext.alloc.list->expr = gfc_copy_expr (alloc_expr); in matmul_lhs_realloc()
3294 allocate_else->ext.alloc.list->expr = alloc_expr; in matmul_lhs_realloc()
H A Dtrans-array.c10313 tree alloc_expr; in gfc_alloc_allocatable_for_assignment() local
10921 alloc_expr = gfc_finish_block (&alloc_block); in gfc_alloc_allocatable_for_assignment()
10924 tmp = build3_v (COND_EXPR, cond_null, alloc_expr, realloc_expr); in gfc_alloc_allocatable_for_assignment()