Searched refs:Endfile (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/flang/include/flang/Common/ |
D | Fortran.h | 46 ENUM_CLASS(IoStmtKind, None, Backspace, Close, Endfile, Flush, Inquire, Open,
|
/external/llvm-project/flang/runtime/ |
D | unit.h | 85 void Endfile(IoErrorHandler &);
|
D | io-stmt.cpp | 726 case Endfile: in EndIoStatement() 727 ext.Endfile(*this); in EndIoStatement()
|
D | io-stmt.h | 461 enum Which { Flush, Backspace, Endfile, Rewind }; enumerator
|
D | unit.cpp | 478 void ExternalFileUnit::Endfile(IoErrorHandler &handler) { in Endfile() function in Fortran::runtime::io::ExternalFileUnit
|
D | io-api.cpp | 315 unit, ExternalMiscIoStatementState::Endfile, sourceFile, sourceLine); in IONAME()
|
/external/llvm-project/flang/lib/Semantics/ |
D | check-io.h | 28 void Enter(const parser::EndfileStmt &) { Init(IoStmtKind::Endfile); } in Enter()
|