Searched defs:Rewind (Results 1 – 3 of 3) sorted by relevance
/llvm-project/flang/runtime/ | ||
H A D | file.h | 23 enum class Position { AsIs, Rewind, Append }; enumerator |
H A D | io-stmt.h | 757 enum Which { Flush, Backspace, Endfile, Rewind, Wait }; global() enumerator |
H A D | unit.cpp | 419 void ExternalFileUnit::Rewind(IoErrorHandler &handler) { Rewind() function in Fortran::runtime::io::ExternalFileUnit |