Home
last modified time | relevance | path

Searched refs:hasEnd (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dio-error.h32 void HasEndLabel() { flags_ |= hasEnd; } in HasEndLabel()
66 hasEnd = 4, // END= enumerator
H A Dio-error.cpp21 if (iostatOrErrno == IostatEnd && (flags_ & hasEnd)) { in SignalError()
H A Dio-api.cpp515 bool hasEnd, bool hasEor, bool hasIoMsg) { in IONAME()
523 if (hasEnd) { 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);
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp116 bool hasEnd{}; member
126 return hasErrorConditionSpec() || hasEnd || hasEor; in hasTransferConditionSpec()
1203 [&](const Fortran::parser::EndLabel &) { csi.hasEnd = true; }, in lowerErrorSpec()
1236 boolValue(csi.hasEnd), in genConditionHandlerCall()