Home
last modified time | relevance | path

Searched refs:path1 (Results 1 – 25 of 30) 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()
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 Dresolution-change.m4 …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 Dmodules-with-same-name.m4 …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 DDriverUtils.cpp204 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 Dcanonical.pass.cpp104 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 Dmodule.modulemap1 // 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 Dmodule.modulemap2 // path1/A/module.modulemap.
/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Dfilesystem_error.h55 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 Dread_symlink.pass.cpp47 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 Dremove.pass.cpp46 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 Dcopy_symlink.pass.cpp47 return err.path1() == f in TEST_CASE()
/llvm-project-15.0.7/lldb/test/API/commands/settings/
H A DTestSettings.py538 path1 = self.getBuildArtifact("path1.txt")
542 path1) # Set to known value
547 substrs=[path1])
/llvm-project-15.0.7/lldb/source/Target/
H A DModuleCache.cpp61 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 Dspace.pass.cpp54 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 Dresize_file.pass.cpp48 return err.path1() == f 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
126 self.assertEqual(os.path.normpath(path1),
/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.cpp50 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 Dstatus.pass.cpp97 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 Drename.pass.cpp46 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 Dsymlink_status.pass.cpp91 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 Dpermissions.pass.cpp54 return err.path1() == f 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.cpp56 return err.path1() == f in TEST_CASE()

12