Searched refs:GetIoMsg (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | io-error.h | 60 bool GetIoMsg(char *, std::size_t);
|
| H A D | io-error.cpp | 84 bool IoErrorHandler::GetIoMsg(char *buffer, std::size_t bufferLength) { in GetIoMsg() function in Fortran::runtime::io::IoErrorHandler
|
| H A D | io-api.cpp | 1349 void IONAME(GetIoMsg)(Cookie cookie, char *msg, std::size_t length) { in IONAME() argument 1356 handler.GetIoMsg(msg, length); in IONAME() 1425 errorHandler.GetIoMsg(ioMsg, ioMsgLength); in CheckUnitNumberInRangeImpl()
|
| /llvm-project-15.0.7/flang/include/flang/Runtime/ |
| H A D | io-api.h | 310 void IONAME(GetIoMsg)(Cookie, char *, std::size_t); // IOMSG=
|
| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | NumericalFormatTest.cpp | 747 IONAME(GetIoMsg)(cookie, iomsg, bufferSize - 1); in TEST()
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IO.cpp | 100 mkIOKey(GetIoLength), mkIOKey(GetIoMsg), mkIOKey(InquireCharacter), 183 getIORuntimeFunc<mkIOKey(GetIoMsg)>(loc, builder); in genEndIO()
|