Searched refs:Backspace (Results 1 – 5 of 5) 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/lib/Semantics/ |
| H A D | check-io.h | 26 void Enter(const parser::BackspaceStmt &) { Init(IoStmtKind::Backspace); } in Enter()
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | io-stmt.h | 710 enum Which { Flush, Backspace, Endfile, Rewind, Wait }; enumerator
|
| H A D | io-stmt.cpp | 1027 case Backspace: in CompleteOperation()
|
| H A D | io-api.cpp | 433 *unit, ExternalMiscIoStatementState::Backspace, sourceFile, sourceLine); in IONAME()
|