Home
last modified time | relevance | path

Searched refs:SetPosition (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dfile.cpp212 SetPosition(position_ + chunk); in Read()
232 SetPosition(position_ + chunk); in Write()
377 SetPosition(at); in Seek()
H A Dfile.h84 void SetPosition(FileOffset pos) { in SetPosition() function
H A Dunit.cpp643 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 Dunit.h114 void SetPosition(std::int64_t, IoErrorHandler &); // zero-based
H A Dio-api.cpp915 bool IONAME(SetPosition)( in IONAME() argument
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dio-api.h289 bool IONAME(SetPosition)(Cookie, const char *, std::size_t);
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp98 mkIOKey(SetPosition), mkIOKey(SetRecl), mkIOKey(SetStatus),
974 ioFunc = getIORuntimeFunc<mkIOKey(SetPosition)>(loc, builder); in genIOOption()