Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dtransfrm.c2663 int asn_std, alloc_std, dealloc_std; in use_lhs_for_user_func() local
2705 alloc_std = dealloc_std = 0; in use_lhs_for_user_func()
2716 dealloc_std = find_deallocate(std, ele); in use_lhs_for_user_func()
2717 assert(dealloc_std, "use_lhs_for_user_func: can not find deallocate", ele, in use_lhs_for_user_func()
2818 if (dealloc_std) in use_lhs_for_user_func()
2819 delete_stmt(dealloc_std); in use_lhs_for_user_func()