Searched refs:GetIoMsg (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/flang/runtime/ |
D | io-error.h | 50 bool GetIoMsg(char *, std::size_t);
|
D | io-error.cpp | 71 bool IoErrorHandler::GetIoMsg(char *buffer, std::size_t bufferLength) { in GetIoMsg() function in Fortran::runtime::io::IoErrorHandler
|
D | io-api.h | 297 void IONAME(GetIoMsg)(Cookie, char *, std::size_t); // IOMSG=
|
D | io-api.cpp | 1058 void IONAME(GetIoMsg)(Cookie cookie, char *msg, std::size_t length) { in IONAME() argument 1061 handler.GetIoMsg(msg, length); in IONAME()
|
/external/llvm-project/flang/unittests/Runtime/ |
D | hello.cpp | 183 IONAME(GetIoMsg)(cookie, iomsg, sizeof iomsg - 1); in realInTest()
|
/external/llvm-project/flang/lib/Lower/ |
D | IO.cpp | 66 mkIOKey(GetIoLength), mkIOKey(GetIoMsg), mkIOKey(InquireCharacter), 138 auto getIoMsg = getIORuntimeFunc<mkIOKey(GetIoMsg)>(loc, builder); in genEndIO()
|