Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dunit.cpp134 if (!openRecl) { in OpenUnit()
138 } else if (*openRecl <= 0) { in OpenUnit()
149 recordLength = openRecl; in OpenUnit()
282 if (openRecl) { in Emit()
301 if (furthestAfter > extra + *openRecl) { in Emit()
425 recordLength = openRecl; in BeginReadingRecord()
511 furthestPositionInRecord = *openRecl; in AdvanceRecord()
684 if (!openRecl) { in SetDirectRec()
777 if (frameOffsetInFile_ < *openRecl) { in BackspaceFixedRecord()
780 frameOffsetInFile_ -= *openRecl; in BackspaceFixedRecord()
[all …]
H A Dconnection.h31 std::optional<std::int64_t> openRecl; // RECL= on OPEN member
63 return openRecl && recordLength && *openRecl < *recordLength ? openRecl in EffectiveRecordLength()
H A Dconnection.cpp17 auto recl{recordLength.value_or(openRecl.value_or( in RemainingSpaceInRecord()
H A Dio-stmt.cpp1126 (unit().mayPosition() && unit().openRecl) in Inquire()
1294 } else if (unit().openRecl) { in Inquire()
1295 result = *unit().openRecl; in Inquire()
H A Dio-api.cpp964 open->unit().openRecl.value_or(0) != static_cast<std::int64_t>(n)) { in IONAME()
968 open->unit().openRecl = n; in IONAME()