Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/
H A Dsource.pass.cpp35 void RunTestCaseImpl(MultiStringType const& MS, Args... args) { in RunTestCaseImpl() function
86 RunTestCaseImpl<CharT>(MS); in RunTestCase()
87 RunTestCaseImpl<CharT>(MS, fs::path::format::auto_format); in RunTestCase()
88 RunTestCaseImpl<CharT>(MS, fs::path::format::native_format); in RunTestCase()
89 RunTestCaseImpl<CharT>(MS, fs::path::format::generic_format); in RunTestCase()
90 RunTestCaseImpl<CharT>(MS, fs::path::auto_format); in RunTestCase()
91 RunTestCaseImpl<CharT>(MS, fs::path::native_format); in RunTestCase()
92 RunTestCaseImpl<CharT>(MS, fs::path::generic_format); in RunTestCase()