Searched refs:SetPosition (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | file.cpp | 212 SetPosition(position_ + chunk); in Read() 232 SetPosition(position_ + chunk); in Write() 377 SetPosition(at); in Seek()
|
| H A D | file.h | 84 void SetPosition(FileOffset pos) { in SetPosition() function
|
| H A D | unit.cpp | 643 SetPosition(0, handler); in Rewind() 649 void ExternalFileUnit::SetPosition(std::int64_t pos, IoErrorHandler &handler) { in SetPosition() function in Fortran::runtime::io::ExternalFileUnit 670 SetPosition(oneBasedPos - 1, handler); in SetStreamPos() 694 SetPosition((oneBasedRec - 1) * *openRecl, handler); in SetDirectRec()
|
| H A D | unit.h | 114 void SetPosition(std::int64_t, IoErrorHandler &); // zero-based
|
| H A D | io-api.cpp | 915 bool IONAME(SetPosition)( in IONAME() argument
|
| /llvm-project-15.0.7/flang/include/flang/Runtime/ |
| H A D | io-api.h | 289 bool IONAME(SetPosition)(Cookie, const char *, std::size_t);
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IO.cpp | 98 mkIOKey(SetPosition), mkIOKey(SetRecl), mkIOKey(SetStatus), 974 ioFunc = getIORuntimeFunc<mkIOKey(SetPosition)>(loc, builder); in genIOOption()
|