Home
last modified time | relevance | path

Searched refs:hasIoMsg (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/flang/runtime/
Dio-error.h35 void HasIoMsg() { flags_ |= hasIoMsg; } in HasIoMsg()
58 hasIoMsg = 16, // IOMSG= enumerator
Dio-error.cpp40 if (msg && (flags_ & hasIoMsg)) { in SignalError()
Dio-api.h195 bool hasEnd = false, bool hasEor = false, bool hasIoMsg = false);
Dio-api.cpp368 bool hasEnd, bool hasEor, bool hasIoMsg) { in IONAME()
382 if (hasIoMsg) { in IONAME()