Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dtransfrm.c3721 int destasd; in handle_allocatable_members() local
3729 destasd = gen_dos_over_shape(shape, std); in handle_allocatable_members()
3730 docnt = ASD_NDIM(destasd); in handle_allocatable_members()
3731 srcasd = normalize_subscripts(destasd, shape, A_SHAPEG(astsrc)); in handle_allocatable_members()
3732 astdestparent = subscript_allocmem(astdest, destasd); in handle_allocatable_members()
4585 int destasd, srcasd; in rewrite_allocatable_assignment() local
4606 destasd = gen_dos_over_shape(shape, std); in rewrite_allocatable_assignment()
4607 srcasd = normalize_subscripts(destasd, shape, A_SHAPEG(astsrc)); in rewrite_allocatable_assignment()
4608 astdestparent = subscript_allocmem(astdest, destasd); in rewrite_allocatable_assignment()
4671 gen_do_ends(ASD_NDIM(destasd), std); in rewrite_allocatable_assignment()