Home
last modified time | relevance | path

Searched refs:TestPathEnd (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/
H A Dsource.pass.cpp39 const CharT* TestPathEnd = StrEnd(TestPath); in RunTestCaseImpl() local
40 const std::size_t Size = TestPathEnd - TestPath; in RunTestCaseImpl()
65 path p(TestPath, TestPathEnd, args...); in RunTestCaseImpl()
78 path p(It{TestPath}, It{TestPathEnd}, args...); in RunTestCaseImpl()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/
H A Dsource.pass.cpp46 const CharT* TestPathEnd = StrEnd(TestPath); in RunTestCase() local
47 const std::size_t Size = TestPathEnd - TestPath; in RunTestCase()
131 path& pref = p.assign(TestPath, TestPathEnd); in RunTestCase()
167 It e(TestPathEnd); in RunTestCase()