Home
last modified time | relevance | path

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