Searched defs:mayRead (Results 1 – 2 of 2) sorted by relevance
/llvm-project/flang/runtime/ | ||
H A D | file.h | 33 bool mayRead() const { return mayRead_; } in mayRead() function |
H A D | unit.h | 57 RT_API_ATTRS bool mayRead() const { return false; } in mayRead() function |