Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/libcxx/input.output/filesystems/class.path/path.member/path.native.obs/
H A Dstring_alloc.pass.cpp39 void doShortStringTest(MultiStringType const& MS) { in doShortStringTest() function
148 doShortStringTest<char>(S); in main()
150 doShortStringTest<wchar_t>(S); in main()
152 doShortStringTest<char16_t>(S); in main()
153 doShortStringTest<char32_t>(S); in main()
155 doShortStringTest<char8_t>(S); in main()