| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.filesystem_error/ |
| H A D | filesystem_error.members.pass.cpp | 54 assert(e.path1().empty() && e.path2().empty()); in test_constructors() 62 assert(e.path1() == p1); in test_constructors() 71 assert(e.path1() == p1); in test_constructors() 84 ASSERT_SAME_TYPE(path const&, decltype(e.path1())); in test_signatures() 85 ASSERT_NOEXCEPT(e.path1()); in test_signatures()
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | resolution-change.m | 4 …uts/modules-with-same-name/DependsOnA -I %S/Inputs/modules-with-same-name/path1/A -emit-pch -o %t-… 7 …uts/modules-with-same-name/DependsOnA -I %S/Inputs/modules-with-same-name/path1/A -include-pch %t-… 10 …uts/modules-with-same-name/DependsOnA -I %S/Inputs/modules-with-same-name/path1/A -include-pch %t-… 22 // CHECK-WRONGA: module 'A' was built in directory '{{.*Inputs.modules-with-same-name.path1.A}}' bu…
|
| H A D | modules-with-same-name.m | 4 …macro=DIRECT -fsyntax-only %s -verify -I %S/Inputs/modules-with-same-name/path1/A -DDIRECT -DEXPEC… 13 …uts/modules-with-same-name/DependsOnA -I %S/Inputs/modules-with-same-name/path1/A -DEXPECTED_PATH=1
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | DriverUtils.cpp | 204 static Optional<std::string> findFile(StringRef path1, const Twine &path2) { in findFile() argument 206 if (path1.startswith("=")) in findFile() 207 path::append(s, config->sysroot, path1.substr(1), path2); in findFile() 209 path::append(s, path1, path2); in findFile()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/ |
| H A D | canonical.pass.cpp | 104 TEST_CHECK(err.path1() == p); in TEST_CASE() 113 TEST_CHECK(err.path1() == p); in TEST_CASE()
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/modules-with-same-name/path1/A/ |
| H A D | module.modulemap | 1 // path1. This comment keeps this file from being identical to
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/modules-with-same-name/path2/A/ |
| H A D | module.modulemap | 2 // path1/A/module.modulemap.
|
| /llvm-project-15.0.7/libcxx/include/__filesystem/ |
| H A D | filesystem_error.h | 55 const path& path1() const noexcept { return __storage_->__p1_; } in path1() function
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.read_symlink/ |
| H A D | read_symlink.pass.cpp | 47 return err.path1() == f in TEST_CASE()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.remove/ |
| H A D | remove.pass.cpp | 46 return err.path1() == f in TEST_CASE()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_symlink/ |
| H A D | copy_symlink.pass.cpp | 47 return err.path1() == f in TEST_CASE()
|
| /llvm-project-15.0.7/lldb/test/API/commands/settings/ |
| H A D | TestSettings.py | 538 path1 = self.getBuildArtifact("path1.txt") 542 path1) # Set to known value 547 substrs=[path1])
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | ModuleCache.cpp | 61 static FileSpec JoinPath(const FileSpec &path1, const char *path2) { in JoinPath() argument 62 FileSpec result_spec(path1); in JoinPath()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.space/ |
| H A D | space.pass.cpp | 54 return err.path1() == f in TEST_CASE()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.resize_file/ |
| H A D | resize_file.pass.cpp | 48 return err.path1() == f in TEST_CASE()
|
| /llvm-project-15.0.7/clang/bindings/python/tests/cindex/ |
| H A D | test_translation_unit.py | 122 def assert_normpaths_equal(self, path1, path2): argument 126 self.assertEqual(os.path.normpath(path1),
|
| /llvm-project-15.0.7/lld/MinGW/ |
| H A D | Driver.cpp | 114 static Optional<std::string> findFile(StringRef path1, const Twine &path2) { in findFile() argument 116 sys::path::append(s, path1, path2); in findFile()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.remove_all/ |
| H A D | remove_all.pass.cpp | 50 return err.path1() == f in TEST_CASE()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status/ |
| H A D | status.pass.cpp | 97 TEST_CHECK(err.path1() == TC.p); in TEST_CASE()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.rename/ |
| H A D | rename.pass.cpp | 46 return err.path1() == f in TEST_CASE()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.symlink_status/ |
| H A D | symlink_status.pass.cpp | 91 TEST_CHECK(err.path1() == p); in TEST_CASE()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.permissions/ |
| H A D | permissions.pass.cpp | 54 return err.path1() == f in TEST_CASE()
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | DebugTypes.cpp | 450 static bool equalsPath(StringRef path1, StringRef path2) { in equalsPath() argument 452 return path1.equals_insensitive(path2); in equalsPath() 454 return path1.equals(path2); in equalsPath()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | std-c-library-functions-POSIX.c | 173 int linkat(int fd1, const char *path1, int fd2, const char *path2, int flag);
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy/ |
| H A D | copy.pass.cpp | 56 return err.path1() == f in TEST_CASE()
|