Searched defs:set_mayAsynchronous (Results 1 – 2 of 2) sorted by relevance
/llvm-project/flang/runtime/ | ||
H A D | file.h | 37 void set_mayAsynchronous(bool yes) { mayAsynchronous_ = yes; } in set_mayAsynchronous() function |
H A D | pseudo-unit.cpp | 102 void PseudoOpenFile::set_mayAsynchronous(bool yes) { in set_mayAsynchronous() function in Fortran::runtime::io::PseudoOpenFile |