Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dfile.h111 bool MayReadAndWrite(const char *path);
H A Dfile.cpp440 bool MayReadAndWrite(const char *path) { in MayReadAndWrite() function
H A Dio-stmt.cpp1436 str = MayReadAndWrite(path_.get()) ? "YES" : "NO"; in Inquire()