Home
last modified time | relevance | path

Searched refs:mayRead (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dfile.h33 bool mayRead() const { return mayRead_; } in mayRead() function
H A Dio-stmt.cpp1080 : unit().mayWrite() ? unit().mayRead() ? "READWRITE" : "WRITE" in Inquire()
1177 str = !unit().IsConnected() ? "UNDEFINED" : unit().mayRead() ? "YES" : "NO"; in Inquire()
1181 : unit().mayRead() && unit().mayWrite() ? "YES" in Inquire()
H A Dunit.cpp193 if (mayRead()) { in SetDirection()
H A Dio-api.cpp762 if ((*action != Action::Write) != open->unit().mayRead() || in IONAME()