Home
last modified time | relevance | path

Searched refs:path2 (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.filesystem_error/
H A Dfilesystem_error.members.pass.cpp54 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 Dresolution-change.m21 …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 Dmodules-with-same-name.m7 …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 DDriverUtils.cpp204 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 Dcanonical.pass.cpp106 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 Dmodule.modulemap2 // path2/A/module.modulemap.
/llvm-project-15.0.7/clang/test/Modules/Inputs/modules-with-same-name/path2/A/
H A Dmodule.modulemap1 // path2. This comment keeps this file from being identical to
/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Dfilesystem_error.h58 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 Dread_symlink.pass.cpp48 && err.path2() == "" in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.remove/
H A Dremove.pass.cpp47 && err.path2() == "" in TEST_CASE()
/llvm-project-15.0.7/lldb/test/API/commands/settings/
H A DTestSettings.py539 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 DModuleCache.cpp61 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 Dspace.pass.cpp55 && 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 Dresize_file.pass.cpp49 && err.path2() == "" in TEST_CASE()
/llvm-project-15.0.7/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py122 def assert_normpaths_equal(self, path1, path2): argument
127 os.path.normpath(path2))
/llvm-project-15.0.7/lld/MinGW/
H A DDriver.cpp114 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 Dremove_all.pass.cpp51 && err.path2() == "" in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status/
H A Dstatus.pass.cpp98 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 Drename.pass.cpp47 && 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 Dsymlink_status.pass.cpp92 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 Dpermissions.pass.cpp55 && err.path2() == "" in TEST_CASE()
/llvm-project-15.0.7/lld/COFF/
H A DDebugTypes.cpp450 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 Dstd-c-library-functions-POSIX.c173 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 Dcopy.pass.cpp57 && err.path2() == t in TEST_CASE()
/llvm-project-15.0.7/lld/wasm/
H A DDriver.cpp162 static Optional<std::string> findFile(StringRef path1, const Twine &path2) { in findFile() argument
164 path::append(s, path1, path2); in findFile()

12