Home
last modified time | relevance | path

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

/llvm-project/flang/runtime/
H A Dfile.h37 void set_mayAsynchronous(bool yes) { mayAsynchronous_ = yes; } in set_mayAsynchronous() function
H A Dpseudo-unit.cpp102 void PseudoOpenFile::set_mayAsynchronous(bool yes) { in set_mayAsynchronous() function in Fortran::runtime::io::PseudoOpenFile