Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dfile.h35 bool mayPosition() const { return mayPosition_; } in mayPosition() function
H A Dunit.cpp479 if (!pinnedFrame || mayPosition()) { in FinishReadingRecord()
599 if (!mayPosition()) { in FlushOutput()
883 if (access != Access::Direct && IsRecordFile() && mayPosition()) { in DoImpliedEndfile()
H A Dio-stmt.cpp1126 (unit().mayPosition() && unit().openRecl) in Inquire()