Lines Matching defs:ioMsg
130 std::optional<fir::ExtendedValue> ioMsg;
147 return hasTransferConditionSpec() || ioMsg;
198 if (csi.ioMsg) {
206 fir::getBase(*csi.ioMsg)),
208 fir::getLen(*csi.ioMsg))});
1467 csi.ioMsg = converter.genExprAddr(loc, ioMsgExpr, stmtCtx);
1492 boolValue(csi.ioMsg.has_value())};
1803 if (csi.ioMsg) {
1805 fir::getBase(*csi.ioMsg)));
1807 fir::getLen(*csi.ioMsg)));