Searched refs:Endfile (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Common/ |
| H A D | Fortran.h | 46 ENUM_CLASS(IoStmtKind, None, Backspace, Close, Endfile, Flush, Inquire, Open,
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | unit.h | 94 void Endfile(IoErrorHandler &);
|
| H A D | io-stmt.cpp | 1030 case Endfile: in CompleteOperation() 1031 ext.Endfile(*this); in CompleteOperation()
|
| H A D | io-stmt.h | 710 enum Which { Flush, Backspace, Endfile, Rewind, Wait }; enumerator
|
| H A D | unit.cpp | 619 void ExternalFileUnit::Endfile(IoErrorHandler &handler) { in Endfile() function in Fortran::runtime::io::ExternalFileUnit
|
| H A D | io-api.cpp | 447 *unit, ExternalMiscIoStatementState::Endfile, sourceFile, sourceLine); in IONAME()
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-io.h | 28 void Enter(const parser::EndfileStmt &) { Init(IoStmtKind::Endfile); } in Enter()
|