Searched defs:mayWrite (Results 1 – 2 of 2) sorted by relevance
/llvm-project/flang/runtime/ | ||
H A D | file.h | 34 bool mayWrite() const { return mayWrite_; } in mayWrite() function |
H A D | unit.h | 58 RT_API_ATTRS bool mayWrite() const { return true; } in mayWrite() function |