Home
last modified time | relevance | path

Searched refs:IsAtEOF (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/flang/runtime/
Dconnection.cpp21 bool ConnectionState::IsAtEOF() const { in IsAtEOF() function in Fortran::runtime::io::ConnectionState
Dconnection.h36 bool IsAtEOF() const; // true when read has hit EOF or endfile record
Dio-stmt.cpp481 if (!connection.IsAtEOF() && connection.isFixedRecordLength && in NextInField()