Searched refs:IsAtEOF (Results 1 – 3 of 3) sorted by relevance
21 bool ConnectionState::IsAtEOF() const { in IsAtEOF() function in Fortran::runtime::io::ConnectionState
36 bool IsAtEOF() const; // true when read has hit EOF or endfile record
481 if (!connection.IsAtEOF() && connection.isFixedRecordLength && in NextInField()