| /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() 63 assert(e.path2().empty()); in test_constructors() 72 assert(e.path2() == p2); in test_constructors() 89 ASSERT_SAME_TYPE(path const&, decltype(e.path2())); in test_signatures() 90 ASSERT_NOEXCEPT(e.path2()); in test_signatures()
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | resolution-change.m | 21 …uts/modules-with-same-name/DependsOnA -I %S/Inputs/modules-with-same-name/path2/A -include-pch %t-… 22 …ith-same-name.path1.A}}' but now resides in directory '{{.*Inputs.modules-with-same-name.path2.A}}' 24 …uts/modules-with-same-name/DependsOnA -I %S/Inputs/modules-with-same-name/path2/A -include-pch %t-…
|
| H A D | modules-with-same-name.m | 7 …macro=DIRECT -fsyntax-only %s -verify -I %S/Inputs/modules-with-same-name/path2/A -DDIRECT -DEXPEC… 19 …uts/modules-with-same-name/DependsOnA -I %S/Inputs/modules-with-same-name/path2/A -DEXPECTED_PATH=2
|
| /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 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 | 106 LIBCPP_ONLY(TEST_CHECK(err.path2() == current_path())); in TEST_CASE() 114 LIBCPP_ONLY(TEST_CHECK(err.path2() == static_env.Dir)); in TEST_CASE()
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/modules-with-same-name/path1/A/ |
| H A D | module.modulemap | 2 // path2/A/module.modulemap.
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/modules-with-same-name/path2/A/ |
| H A D | module.modulemap | 1 // path2. This comment keeps this file from being identical to
|
| /llvm-project-15.0.7/libcxx/include/__filesystem/ |
| H A D | filesystem_error.h | 58 const path& path2() const noexcept { return __storage_->__p2_; } in path2() 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 | 48 && err.path2() == "" 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 | 47 && err.path2() == "" in TEST_CASE()
|
| /llvm-project-15.0.7/lldb/test/API/commands/settings/ |
| H A D | TestSettings.py | 539 path2 = self.getBuildArtifact("path2.txt") 549 path2) # Set to new value with trailing whitespaces 554 substrs=[path2])
|
| /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 63 result_spec.AppendPathComponent(path2); 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 | 55 && err.path2() == "" 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 | 49 && err.path2() == "" 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 127 os.path.normpath(path2))
|
| /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 | 51 && err.path2() == "" 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 | 98 TEST_CHECK(err.path2() == ""); 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 | 47 && err.path2() == t 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 | 92 TEST_CHECK(err.path2() == ""); 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 | 55 && err.path2() == "" 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 | 57 && err.path2() == t in TEST_CASE()
|
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | Driver.cpp | 162 static Optional<std::string> findFile(StringRef path1, const Twine &path2) { in findFile() argument 164 path::append(s, path1, path2); in findFile()
|