Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dio-error.cpp30 if (flags_ & (hasIoStat | hasIoMsg | hasErr)) { in SignalError()
33 if (msg && (flags_ & hasIoMsg)) { in SignalError()
62 if (ioStat_ != IostatOk && msg && (flags_ & hasIoMsg)) { in Forward()
H A Dio-error.h34 void HasIoMsg() { flags_ |= hasIoMsg; } in HasIoMsg()
68 hasIoMsg = 16, // IOMSG= enumerator
H A Dio-api.cpp515 bool hasEnd, bool hasEor, bool hasIoMsg) { in IONAME()
529 if (hasIoMsg) { in IONAME()
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dio-api.h197 bool hasEnd = false, bool hasEor = false, bool hasIoMsg = false);