Home
last modified time | relevance | path

Searched refs:Endfile (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/flang/include/flang/Common/
DFortran.h46 ENUM_CLASS(IoStmtKind, None, Backspace, Close, Endfile, Flush, Inquire, Open,
/external/llvm-project/flang/runtime/
Dunit.h85 void Endfile(IoErrorHandler &);
Dio-stmt.cpp726 case Endfile: in EndIoStatement()
727 ext.Endfile(*this); in EndIoStatement()
Dio-stmt.h461 enum Which { Flush, Backspace, Endfile, Rewind }; enumerator
Dunit.cpp478 void ExternalFileUnit::Endfile(IoErrorHandler &handler) { in Endfile() function in Fortran::runtime::io::ExternalFileUnit
Dio-api.cpp315 unit, ExternalMiscIoStatementState::Endfile, sourceFile, sourceLine); in IONAME()
/external/llvm-project/flang/lib/Semantics/
Dcheck-io.h28 void Enter(const parser::EndfileStmt &) { Init(IoStmtKind::Endfile); } in Enter()