Home
last modified time | relevance | path

Searched refs:to_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
11851 to_expr2 = to_expr; in conv_intrinsic_move_alloc()
11854 to_expr2 = gfc_copy_expr (to_expr); in conv_intrinsic_move_alloc()
11855 gfc_add_data_component (to_expr2); in conv_intrinsic_move_alloc()
11861 gfc_conv_expr (&to_se, to_expr2); in conv_intrinsic_move_alloc()
11886 gfc_free_expr (to_expr2); in conv_intrinsic_move_alloc()
11953 to_expr2 = gfc_copy_expr (to_expr); in conv_intrinsic_move_alloc()
11954 gfc_add_vptr_component (to_expr2); in conv_intrinsic_move_alloc()
11955 gfc_conv_expr (&to_se, to_expr2); in conv_intrinsic_move_alloc()
11997 gfc_free_expr (to_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
12383 to_expr2 = to_expr; in conv_intrinsic_move_alloc()
12386 to_expr2 = gfc_copy_expr (to_expr); in conv_intrinsic_move_alloc()
12387 gfc_add_data_component (to_expr2); in conv_intrinsic_move_alloc()
12393 gfc_conv_expr (&to_se, to_expr2); in conv_intrinsic_move_alloc()
12418 gfc_free_expr (to_expr2); in conv_intrinsic_move_alloc()
12485 to_expr2 = gfc_copy_expr (to_expr); in conv_intrinsic_move_alloc()
12486 gfc_add_vptr_component (to_expr2); in conv_intrinsic_move_alloc()
12487 gfc_conv_expr (&to_se, to_expr2); in conv_intrinsic_move_alloc()
12529 gfc_free_expr (to_expr2); in conv_intrinsic_move_alloc()