Home
last modified time | relevance | path

Searched refs:Readable (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileSystem.h117 bool Readable(const FileSpec &file_spec) const;
118 bool Readable(const llvm::Twine &path) const;
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp143 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()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp199 if (!fs.Readable(pathTwine)) { in ReadCode()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_poll.pod42 #define SSL_POLL_EVENT_R /* R (Readable) */
265 Readable. This event is raised when a QUIC stream SSL object (or a QUIC
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h687 bool Readable; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SystemOperands.td671 bit Readable = ?;
679 let Readable = 1;
686 let Readable = 1;
693 let Readable = 0;
H A DAArch64ISelDAGToDAG.cpp3966 if (TheReg && TheReg->Readable && in tryReadRegister()
/freebsd/crypto/openssl/doc/designs/quic-design/server/
H A Dquic-polling.md237 - **R (Readable):** There is application data available to be read.
324 /* R (Readable) */
441 #### `R`: Readable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp782 if (!FileSystem::Instance().Readable(resolved_module_spec.GetFileSpec())) in ResolveExecutable()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1866 return (Reg && (Read ? Reg->Readable : Reg->Writeable) && in lookupSysReg()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h.in2495 # define SSL_POLL_EVENT_R (1U << 6) /* R (Readable) */
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp4089 MRSReg = SysReg->Readable ? SysReg->Encoding : -1; in tryParseSysReg()