Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Common/
H A DFortran.h46 ENUM_CLASS(IoStmtKind, None, Backspace, Close, Endfile, Flush, Inquire, Open,
/llvm-project-15.0.7/flang/runtime/
H A Dunit.h94 void Endfile(IoErrorHandler &);
H A Dio-stmt.cpp1030 case Endfile: in CompleteOperation()
1031 ext.Endfile(*this); in CompleteOperation()
H A Dio-stmt.h710 enum Which { Flush, Backspace, Endfile, Rewind, Wait }; enumerator
H A Dunit.cpp619 void ExternalFileUnit::Endfile(IoErrorHandler &handler) { in Endfile() function in Fortran::runtime::io::ExternalFileUnit
H A Dio-api.cpp447 *unit, ExternalMiscIoStatementState::Endfile, sourceFile, sourceLine); in IONAME()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-io.h28 void Enter(const parser::EndfileStmt &) { Init(IoStmtKind::Endfile); } in Enter()