Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dconnection.h60 std::optional<std::int64_t> EffectiveRecordLength() const { in EffectiveRecordLength() function
H A Dunit.cpp369 if (auto recl{EffectiveRecordLength()}) { in GetNextInputBytes()
H A Dio-stmt.cpp680 if (auto length{connection.EffectiveRecordLength()}) { in CheckForEndOfRecord()