Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dtransfrm.c3742 int astdestcmpnt; in handle_allocatable_members() local
3748 astdestcmpnt = mk_member(astdestparent, astmem, A_DTYPEG(astmem)); in handle_allocatable_members()
3755 A_SHAPEP(astdestcmpnt, destshape); in handle_allocatable_members()
3759 int ptr_assign = add_ptr_assign(astdestcmpnt, astsrccmpnt, std); in handle_allocatable_members()
3765 int mem = memsym_of_ast(astdestcmpnt); in handle_allocatable_members()
4628 gen_automatic_reallocation(astdestcmpnt, astsrccmpnt, std); in rewrite_allocatable_assignment()
4635 handle_allocatable_members(astdestcmpnt, astsrccmpnt, std, true); in rewrite_allocatable_assignment()
4637 ast = mk_assn_stmt(astdestcmpnt, astsrccmpnt, A_DTYPEG(astmem)); in rewrite_allocatable_assignment()
4655 ast = add_ptr_assign(astdestcmpnt, astsrccmpnt, std); in rewrite_allocatable_assignment()
4660 handle_allocatable_members(astdestcmpnt, astsrccmpnt, std, true); in rewrite_allocatable_assignment()
[all …]