Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/template.bitset/bitset.cons/
H A Ddefault.pass.cpp17 TEST_CONSTEXPR_CXX23 void test_default_ctor() in test_default_ctor() function
34 test_default_ctor<0>(); in test()
35 test_default_ctor<1>(); in test()
36 test_default_ctor<31>(); in test()
37 test_default_ctor<32>(); in test()
38 test_default_ctor<33>(); in test()
39 test_default_ctor<63>(); in test()
40 test_default_ctor<64>(); in test()
41 test_default_ctor<65>(); in test()
42 test_default_ctor<1000>(); in test()
/llvm-project/libcxx/test/std/experimental/memory/memory.observer.ptr/
H A Dctor.default.pass.cpp24 constexpr void test_default_ctor() { in test_default_ctor() function
37 test_default_ctor<Foo>(); in test()
38 test_default_ctor<Bar>(); in test()
39 test_default_ctor<int>(); in test()
40 test_default_ctor<void>(); in test()