Home
last modified time | relevance | path

Searched refs:ioMsg_ (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dio-error.cpp38 ioMsg_ = SaveDefaultCharacter(buffer, std::strlen(buffer) + 1, *this); in SignalError()
63 ioMsg_ = SaveDefaultCharacter(msg, length, *this); in Forward()
85 const char *msg{ioMsg_.get()}; in GetIoMsg()
H A Dio-error.h72 OwningPtr<char> ioMsg_; variable