| /llvm-project-15.0.7/lldb/unittests/Host/ |
| H A D | FileSystemTest.cpp | 193 TEST(FileSystemTest, Readable) { in TEST() argument 196 EXPECT_TRUE(fs.Readable("/foo")); in TEST() 197 EXPECT_TRUE(fs.Readable(FileSpec("/foo", FileSpec::Style::posix))); in TEST() 199 EXPECT_FALSE(fs.Readable("/qux")); in TEST() 200 EXPECT_FALSE(fs.Readable(FileSpec("/qux", FileSpec::Style::posix))); in TEST() 328 EXPECT_FALSE(fs.Readable(spec)); in TEST()
|
| /llvm-project-15.0.7/lldb/include/lldb/Host/ |
| H A D | FileSystem.h | 107 bool Readable(const FileSpec &file_spec) const; 108 bool Readable(const llvm::Twine &path) const;
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | FileSystem.cpp | 154 bool FileSystem::Readable(const Twine &path) const { in Readable() function in FileSystem 158 bool FileSystem::Readable(const FileSpec &file_spec) const { in Readable() function in FileSystem 159 return file_spec && Readable(file_spec.GetPath()); in Readable()
|
| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | RangesIssues.csv | 19 `P1878R1 <https://wg21.link/P1878R1>`__,Constraining Readable Types,|Complete|,15.0
|
| H A D | Cxx20Papers.csv | 158 "`P1878R1 <https://wg21.link/P1878R1>`__","LWG","Constraining Readable Types","Belfast","|Complete|…
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformRemoteDarwinDevice.cpp | 110 if (FileSystem::Instance().Readable(resolved_module_spec.GetFileSpec())) { in ResolveExecutable()
|
| H A D | PlatformAppleSimulator.cpp | 420 if (FileSystem::Instance().Readable(resolved_module_spec.GetFileSpec())) { in ResolveExecutable()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | RemoteAwarePlatform.cpp | 152 if (FileSystem::Instance().Readable( in ResolveExecutable()
|
| H A D | Platform.cpp | 850 if (FileSystem::Instance().Readable(resolved_module_spec.GetFileSpec())) { in ResolveRemoteExecutable()
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | REPL.cpp | 196 if (!fs.Readable(pathTwine)) { in ReadCode()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/Utils/ |
| H A D | AArch64BaseInfo.h | 633 bool Readable; member
|
| /llvm-project-15.0.7/libcxx/docs/ |
| H A D | ReleaseNotes.rst | 71 - P1878R1 - Constraining Readable Types
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64SystemOperands.td | 596 bit Readable = ?; 604 let Readable = 1; 611 let Readable = 1; 618 let Readable = 0;
|
| H A D | AArch64ISelDAGToDAG.cpp | 3092 if (TheReg && TheReg->Readable && in tryReadRegister()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64InstPrinter.cpp | 1545 return (Reg && (Read ? Reg->Readable : Reg->Writeable) && in isValidSysReg()
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 2435 if (!FileSystem::Instance().Readable(file)) { in LoadAllocation()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | CodingStandards.rst | 655 Use ``auto`` Type Deduction to Make Code More Readable
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 3604 MRSReg = SysReg->Readable ? SysReg->Encoding : -1; in tryParseSysReg()
|