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()
45 #define SSL_POLL_EVENT_R /* R (Readable) */269 Readable. This event is raised when a QUIC stream SSL object (or a QUIC
772 bool Readable; member
973 bit Readable = ?;986 let Fields = ["Name", "Encoding", "Readable", "Writeable", "Requires"];1001 let Readable = 1;1008 let Readable = 1;1015 let Readable = 0;
4068 if (TheReg && TheReg->Readable && in tryReadRegister()
237 - **R (Readable):** There is application data available to be read.324 /* R (Readable) */441 #### `R`: Readable
785 if (!FileSystem::Instance().Readable(resolved_module_spec.GetFileSpec())) in ResolveExecutable()
1889 return (Read ? Reg.Readable : Reg.Writeable) && in isValidSysReg()
2503 #define SSL_POLL_EVENT_R (1U << 6) /* R (Readable) */
4182 MRSReg = SysReg->Readable ? SysReg->Encoding : -1; in tryParseSysReg()