Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dunit.cpp660 std::int64_t oneBasedPos, IoErrorHandler &handler) { in SetStreamPos() argument
665 if (oneBasedPos < 1) { // POS=1 is beginning of file (12.6.2.11) in SetStreamPos()
667 "POS=%zd is invalid", static_cast<std::intmax_t>(oneBasedPos)); in SetStreamPos()
670 SetPosition(oneBasedPos - 1, handler); in SetStreamPos()