Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dtransfrm.c1819 int rhs_isptr, lhs_isptr; in collapse_assignment() local
1828 lhs_isptr = 0; in collapse_assignment()
1937 lhs_isptr = 1; in collapse_assignment()
1990 if (lhs_isptr || rhs_isptr) { in collapse_assignment()
1991 if (lhs_isptr && rhs_isptr) { /* could have an overlap */ in collapse_assignment()
1995 if (lhs_isptr && !CONTIGATTRG(dest)) in collapse_assignment()