Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.filter/iterator/
H A Dctor.default.pass.cpp22 constexpr void test_default_constructible() { in test_default_constructible() function
45 test_default_constructible<forward_iterator<int*>, /* noexcept */ false>(); in tests()
46 test_default_constructible<bidirectional_iterator<int*>, /* noexcept */ false>(); in tests()
47 test_default_constructible<random_access_iterator<int*>, /* noexcept */ false>(); in tests()
48 test_default_constructible<contiguous_iterator<int*>, /* noexcept */ false>(); in tests()
49 test_default_constructible<int*, /* noexcept */ true>(); in tests()
/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.join.view/iterator/
H A Dctor.default.pass.cpp28 constexpr void test_default_constructible() { in test_default_constructible() function
45 test_default_constructible<forward_iterator<ChildView*>>(); in test()
46 test_default_constructible<bidirectional_iterator<ChildView*>>(); in test()
47 test_default_constructible<random_access_iterator<ChildView*>>(); in test()
48 test_default_constructible<contiguous_iterator<ChildView*>>(); in test()