Home
last modified time | relevance | path

Searched defs:Rewind (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/runtime/
H A Dfile.h23 enum class Position { AsIs, Rewind, Append }; enumerator
H A Dio-stmt.h757 enum Which { Flush, Backspace, Endfile, Rewind, Wait }; global() enumerator
H A Dunit.cpp419 void ExternalFileUnit::Rewind(IoErrorHandler &handler) { Rewind() function in Fortran::runtime::io::ExternalFileUnit