Lines Matching defs:dstChar
3209 fir::CharBoxValue dstChar(dstOp, dstLen);
3212 dstChar = helper.createSubstring(dstChar, bounds);
3214 dstChar.getAddr(), dstChar.getLen(), builder,
3217 dstLen = dstChar.getLen();
3220 helper.createAssign(fir::ExtendedValue{dstChar}, srcExv);
5862 fir::CharBoxValue dstChar(coor, dstLen);
5864 .createSubstring(dstChar, substringBounds);
5963 fir::CharBoxValue dstChar(arrayOp, dstLen);
5965 .createSubstring(dstChar, substringBounds);