Home
last modified time | relevance | path

Searched refs:SetStreamPos (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dunit.h97 bool SetStreamPos(std::int64_t, IoErrorHandler &); // one-based, for POS=
H A Dunit.cpp659 bool ExternalFileUnit::SetStreamPos( in SetStreamPos() function in Fortran::runtime::io::ExternalFileUnit
H A Dio-api.cpp628 return unit->SetStreamPos(pos, handler); in IONAME()