Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dio-error.h60 bool GetIoMsg(char *, std::size_t);
H A Dio-error.cpp84 bool IoErrorHandler::GetIoMsg(char *buffer, std::size_t bufferLength) { in GetIoMsg() function in Fortran::runtime::io::IoErrorHandler
H A Dio-api.cpp1349 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 Dio-api.h310 void IONAME(GetIoMsg)(Cookie, char *, std::size_t); // IOMSG=
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DNumericalFormatTest.cpp747 IONAME(GetIoMsg)(cookie, iomsg, bufferSize - 1); in TEST()
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp100 mkIOKey(GetIoLength), mkIOKey(GetIoMsg), mkIOKey(InquireCharacter),
183 getIORuntimeFunc<mkIOKey(GetIoMsg)>(loc, builder); in genEndIO()