Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/template.bitset/bitset.cons/
H A Dull_ctor.pass.cpp21 TEST_CONSTEXPR_CXX23 void test_val_ctor() in test_val_ctor() function
41 test_val_ctor<0>(); in test()
42 test_val_ctor<1>(); in test()
43 test_val_ctor<31>(); in test()
44 test_val_ctor<32>(); in test()
45 test_val_ctor<33>(); in test()
46 test_val_ctor<63>(); in test()
47 test_val_ctor<64>(); in test()
48 test_val_ctor<65>(); in test()
49 test_val_ctor<1000>(); in test()