Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemutil.c3544 int sym, tmp, symdtype, symddtype, tmpdtype, tmpddtype; in subst_lhs_pointer() local
3557 tmpddtype = DDTG(tmpdtype); in subst_lhs_pointer()
3558 if (DTY(symddtype) != DTY(tmpddtype)) in subst_lhs_pointer()
3561 if (DTY(tmpddtype) == TY_CHAR || DTY(tmpddtype) == TY_NCHAR) { in subst_lhs_pointer()
3566 if (DTY(symddtype + 1) != DTY(tmpddtype + 1)) /* not same char length */ in subst_lhs_pointer()