Home
last modified time | relevance | path

Searched defs:recl (Results 1 – 4 of 4) sorted by relevance

/llvm-project/flang/runtime/
H A Dconnection.cpp18 auto recl{recordLength.value_or(openRecl.value_or( in RemainingSpaceInRecord() local
H A Dunit.cpp139 if (auto recl{EffectiveRecordLength()}) { in GetNextInputBytes() local
/llvm-project/flang/unittests/Runtime/
H A DExternalIOTest.cpp37 static constexpr std::size_t recl{sizeof buffer}; in TEST() local
105 static constexpr std::size_t recl{sizeof buffer}; in TEST() local
168 static constexpr std::size_t recl{sizeof buffer}; in TEST() local
342 static constexpr std::size_t recl{8}; TEST() local
[all...]
/llvm-project/flang/lib/Semantics/
H A Dcheck-io.cpp187 if (const std::optional<std::int64_t> recl{ in Enter() local