Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/template.bitset/bitset.members/
H A Dtest.pass.cpp20 TEST_CONSTEXPR_CXX23 void test_test() { in test_test() function
33 test_test<0>(); in test()
34 test_test<1>(); in test()
35 test_test<31>(); in test()
36 test_test<32>(); in test()
37 test_test<33>(); in test()
38 test_test<63>(); in test()
39 test_test<64>(); in test()
40 test_test<65>(); in test()
47 test_test<1000>(); // not in constexpr because of constexpr evaluation step limits in main()