Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-intrinsic.c11823 gfc_expr *to_expr2, *from_expr2 = NULL; in conv_intrinsic_move_alloc() local
11843 from_expr2 = from_expr; in conv_intrinsic_move_alloc()
11846 from_expr2 = gfc_copy_expr (from_expr); in conv_intrinsic_move_alloc()
11847 gfc_add_data_component (from_expr2); in conv_intrinsic_move_alloc()
11860 gfc_conv_expr (&from_se, from_expr2); in conv_intrinsic_move_alloc()
11902 gfc_free_expr (from_expr2); in conv_intrinsic_move_alloc()
11968 from_expr2 = gfc_copy_expr (from_expr); in conv_intrinsic_move_alloc()
11969 gfc_add_vptr_component (from_expr2); in conv_intrinsic_move_alloc()
11970 gfc_conv_expr (&from_se, from_expr2); in conv_intrinsic_move_alloc()
12002 gfc_free_expr (from_expr2); in conv_intrinsic_move_alloc()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-intrinsic.cc12355 gfc_expr *to_expr2, *from_expr2 = NULL; in conv_intrinsic_move_alloc() local
12375 from_expr2 = from_expr; in conv_intrinsic_move_alloc()
12378 from_expr2 = gfc_copy_expr (from_expr); in conv_intrinsic_move_alloc()
12379 gfc_add_data_component (from_expr2); in conv_intrinsic_move_alloc()
12392 gfc_conv_expr (&from_se, from_expr2); in conv_intrinsic_move_alloc()
12434 gfc_free_expr (from_expr2); in conv_intrinsic_move_alloc()
12500 from_expr2 = gfc_copy_expr (from_expr); in conv_intrinsic_move_alloc()
12501 gfc_add_vptr_component (from_expr2); in conv_intrinsic_move_alloc()
12502 gfc_conv_expr (&from_se, from_expr2); in conv_intrinsic_move_alloc()
12534 gfc_free_expr (from_expr2); in conv_intrinsic_move_alloc()