Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/template.bitset/bitset.cons/
H A Dstring_view_ctor.pass.cpp28 constexpr void test_string_ctor() { in test_string_ctor() function
132 test_string_ctor<0>(); in test()
133 test_string_ctor<1>(); in test()
134 test_string_ctor<31>(); in test()
135 test_string_ctor<32>(); in test()
136 test_string_ctor<33>(); in test()
137 test_string_ctor<63>(); in test()
138 test_string_ctor<64>(); in test()
139 test_string_ctor<65>(); in test()
140 test_string_ctor<1000>(); in test()
H A Dstring_ctor.pass.cpp21 TEST_CONSTEXPR_CXX23 void test_string_ctor() { in test_string_ctor() function
137 test_string_ctor<0>(); in test()
138 test_string_ctor<1>(); in test()
139 test_string_ctor<31>(); in test()
140 test_string_ctor<32>(); in test()
141 test_string_ctor<33>(); in test()
142 test_string_ctor<63>(); in test()
143 test_string_ctor<64>(); in test()
144 test_string_ctor<65>(); in test()
145 test_string_ctor<1000>(); in test()