Home
last modified time | relevance | path

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

/llvm-project/flang/runtime/
H A Dconnection.h47 struct ConnectionState : public ConnectionAttributes { struct
62 RT_API_ATTRS void BeginRecord() { in BeginRecord()
69 EffectiveRecordLength() const { in EffectiveRecordLength()
76 Fortran::common::optional<std::int64_t> recordLength;
93 leftTabLimit; // offset in current record
97 Fortran::common::optional<std::int64_t> endfileRecordNumber;
122 ConnectionState saved_; argument