Searched refs:ioMsg (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | descriptor-io.cpp | 52 char ioMsg[100]; in DefinedFormattedIo() local 56 p(descriptor, unit, ioType, vListDesc, ioStat, ioMsg, ioTypeLen, in DefinedFormattedIo() 57 sizeof ioMsg); in DefinedFormattedIo() 61 p(descriptor.raw().base_addr, unit, ioType, vListDesc, ioStat, ioMsg, in DefinedFormattedIo() 62 ioTypeLen, sizeof ioMsg); in DefinedFormattedIo() 64 handler.Forward(ioStat, ioMsg, sizeof ioMsg); in DefinedFormattedIo() 91 char ioMsg[100]; in DefinedUnformattedIo() local 95 p(descriptor, unit, ioStat, ioMsg, sizeof ioMsg); in DefinedUnformattedIo() 99 p(descriptor.raw().base_addr, unit, ioStat, ioMsg, sizeof ioMsg); in DefinedUnformattedIo() 101 handler.Forward(ioStat, ioMsg, sizeof ioMsg); in DefinedUnformattedIo()
|
| H A D | io-api.cpp | 1401 char *ioMsg, std::size_t ioMsgLength, const char *sourceFile, in CheckUnitNumberInRangeImpl() argument 1411 if (ioMsg) { in CheckUnitNumberInRangeImpl() 1424 if (ioMsg) { in CheckUnitNumberInRangeImpl() 1425 errorHandler.GetIoMsg(ioMsg, ioMsgLength); in CheckUnitNumberInRangeImpl() 1433 bool handleError, char *ioMsg, std::size_t ioMsgLength, in IONAME() 1436 unit, handleError, ioMsg, ioMsgLength, sourceFile, sourceLine); in IONAME() 1441 bool handleError, char *ioMsg, std::size_t ioMsgLength, in IONAME() 1444 unit, handleError, ioMsg, ioMsgLength, sourceFile, sourceLine); in IONAME()
|
| /llvm-project-15.0.7/flang/include/flang/Runtime/ |
| H A D | io-api.h | 124 bool handleError, char *ioMsg = nullptr, std::size_t ioMsgLength = 0, 127 bool handleError, char *ioMsg = nullptr, std::size_t ioMsgLength = 0,
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IO.cpp | 114 llvm::Optional<fir::ExtendedValue> ioMsg; member 131 return hasTransferConditionSpec() || ioMsg; in hasAnyConditionSpec() 181 if (csi.ioMsg) { in genEndIO() 189 fir::getBase(*csi.ioMsg)), in genEndIO() 191 fir::getLen(*csi.ioMsg))}); in genEndIO() 1213 csi.ioMsg = converter.genExprAddr(loc, ioMsgExpr, stmtCtx); in lowerErrorSpec() 1238 boolValue(csi.ioMsg.has_value())}; in genConditionHandlerCall() 1567 if (csi.ioMsg) { in genIOUnitNumber() 1569 fir::getBase(*csi.ioMsg))); in genIOUnitNumber() 1571 fir::getLen(*csi.ioMsg))); in genIOUnitNumber()
|