Home
last modified time | relevance | path

Searched refs:PathEq (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/
H A Dpath.append.pass.cpp151 assert(PathEq(LHS, E)); in doAppendSourceAllocTest()
161 assert(PathEq(LHS, E)); in doAppendSourceAllocTest()
171 assert(PathEq(LHS, E)); in doAppendSourceAllocTest()
180 assert(PathEq(LHS, E)); in doAppendSourceAllocTest()
189 assert(PathEq(LHS, E)); in doAppendSourceAllocTest()
216 assert(PathEq(LHS, E)); in doAppendSourceAllocTest()
230 assert(PathEq(LHS, E)); in doAppendSourceAllocTest()
257 assert(PathEq(LHS, E)); in doAppendSourceTest()
265 assert(PathEq(LHS, E)); in doAppendSourceTest()
272 assert(PathEq(LHS, E)); in doAppendSourceTest()
[all …]
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/path.gen/
H A Dlexically_relative_and_proximate.pass.cpp81 if (!PathEq(output, expect)) in main()
88 if (!PathEq(proximate_output, proximate_expect)) in main()
H A Dlexically_normal.pass.cpp137 if (!PathEq(output, expect)) { in main()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.proximate/
H A Dproximate.pass.cpp151 } else if (!PathEq(output, expect)) { in TEST_CASE()
152 TEST_CHECK(PathEq(output, expect)); in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/
H A Dcanonical.pass.cpp73 TEST_CHECK(PathEq(ret, TC.expect)); in TEST_CASE()
74 TEST_CHECK(PathEq(ret, ret2)); in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.absolute/
H A Dabsolute.pass.cpp54 LIBCPP_ONLY(TEST_CHECK(PathEq(ret, TC.expect))); in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.weakly_canonical/
H A Dweakly_canonical.pass.cpp77 if (!PathEq(output, expect)) { in main()
/llvm-project-15.0.7/libcxx/test/support/
H A Dfilesystem_test_helper.h606 inline bool PathEq(fs::path const& LHS, fs::path const& RHS) { in PathEq() function