Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/
H A Dsource.pass.cpp85 void RunTestCase(MultiStringType const& MS) { in RunTestCase() function
128 RunTestCase<char>(MS); in main()
130 RunTestCase<char8_t>(MS); in main()
133 RunTestCase<wchar_t>(MS); in main()
135 RunTestCase<char16_t>(MS); in main()
136 RunTestCase<char32_t>(MS); in main()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/path.assign/
H A Dsource.pass.cpp42 void RunTestCase(MultiStringType const& MS) { in RunTestCase() function
238 RunTestCase<char>(MS); in main()
240 RunTestCase<wchar_t>(MS); in main()
242 RunTestCase<char16_t>(MS); in main()
243 RunTestCase<char32_t>(MS); in main()
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DCoreAPIsTest.cpp1562 auto RunTestCase = []() -> Error { in TEST() local
1581 auto Err = RunTestCase(); in TEST()