Home
last modified time | relevance | path

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

/external/llvm-project/flang/runtime/
Dinternal-unit.cpp71 auto furthestAfter{std::max(furthestPositionInRecord, in Emit() local
74 if (furthestAfter > static_cast<std::int64_t>(recordLength.value_or(0))) { in Emit()
76 furthestAfter = recordLength.value_or(0); in Emit()
77 bytes = std::max(std::int64_t{0}, furthestAfter - positionInRecord); in Emit()
85 furthestPositionInRecord = furthestAfter; in Emit()
Dunit.cpp246 auto furthestAfter{std::max(furthestPositionInRecord, in Emit() local
248 if (furthestAfter > recordLength.value_or(furthestAfter)) { in Emit()
256 WriteFrame(frameOffsetInFile_, recordOffsetInFrame_ + furthestAfter, handler); in Emit()
267 furthestPositionInRecord = furthestAfter; in Emit()
274 auto furthestAfter{std::max(furthestPositionInRecord, in Receive() local
276 if (furthestAfter > recordLength.value_or(furthestAfter)) { in Receive()
283 auto need{recordOffsetInFrame_ + furthestAfter}; in Receive()
291 furthestPositionInRecord = furthestAfter; in Receive()