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 D | path.append.pass.cpp | 151 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 D | lexically_relative_and_proximate.pass.cpp | 81 if (!PathEq(output, expect)) in main() 88 if (!PathEq(proximate_output, proximate_expect)) in main()
|
| H A D | lexically_normal.pass.cpp | 137 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 D | proximate.pass.cpp | 151 } 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 D | canonical.pass.cpp | 73 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 D | absolute.pass.cpp | 54 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 D | weakly_canonical.pass.cpp | 77 if (!PathEq(output, expect)) { in main()
|
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | filesystem_test_helper.h | 606 inline bool PathEq(fs::path const& LHS, fs::path const& RHS) { in PathEq() function
|