Searched refs:Readable (Results 1 – 12 of 12) sorted by relevance
117 bool Readable(const FileSpec &file_spec) const;118 bool Readable(const llvm::Twine &path) const;
143 bool FileSystem::Readable(const Twine &path) const { in Readable() function in FileSystem 147 bool FileSystem::Readable(const FileSpec &file_spec) const { in Readable() function in FileSystem 148 return file_spec && Readable(file_spec.GetPath()); in Readable()
199 if (!fs.Readable(pathTwine)) { in ReadCode()
42 #define SSL_POLL_EVENT_R /* R (Readable) */265 Readable. This event is raised when a QUIC stream SSL object (or a QUIC
687 bool Readable; member
671 bit Readable = ?;679 let Readable = 1;686 let Readable = 1;693 let Readable = 0;
3966 if (TheReg && TheReg->Readable && in tryReadRegister()
237 - **R (Readable):** There is application data available to be read.324 /* R (Readable) */441 #### `R`: Readable
782 if (!FileSystem::Instance().Readable(resolved_module_spec.GetFileSpec())) in ResolveExecutable()
1866 return (Reg && (Read ? Reg->Readable : Reg->Writeable) && in lookupSysReg()
2495 # define SSL_POLL_EVENT_R (1U << 6) /* R (Readable) */
4089 MRSReg = SysReg->Readable ? SysReg->Encoding : -1; in tryParseSysReg()