Home
last modified time | relevance | path

Searched refs:is_nothrow_default_constructible (Results 1 – 25 of 63) sorted by relevance

123

/llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_nothrow_default_constructible.pass.cpp19 static_assert( std::is_nothrow_default_constructible<T>::value, ""); in test_is_nothrow_default_constructible()
20 static_assert( std::is_nothrow_default_constructible<const T>::value, ""); in test_is_nothrow_default_constructible()
21 static_assert( std::is_nothrow_default_constructible<volatile T>::value, ""); in test_is_nothrow_default_constructible()
22 static_assert( std::is_nothrow_default_constructible<const volatile T>::value, ""); in test_is_nothrow_default_constructible()
34 static_assert(!std::is_nothrow_default_constructible<T>::value, ""); in test_has_not_nothrow_default_constructor()
35 static_assert(!std::is_nothrow_default_constructible<const T>::value, ""); in test_has_not_nothrow_default_constructor()
36 static_assert(!std::is_nothrow_default_constructible<volatile T>::value, ""); in test_has_not_nothrow_default_constructor()
37 static_assert(!std::is_nothrow_default_constructible<const volatile T>::value, ""); in test_has_not_nothrow_default_constructor()
/llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/
H A Ddefault_noexcept.pass.cpp52 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
57 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
63 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
67 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
72 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
/llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/
H A Ddefault_noexcept.pass.cpp52 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
57 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
63 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
67 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
72 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
/llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
H A Ddefault_noexcept.pass.cpp52 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
57 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
63 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
67 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
72 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
/llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/
H A Ddefault_noexcept.pass.cpp53 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
58 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
64 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
68 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
73 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
/llvm-project-15.0.7/libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/
H A Ddefault.pass.cpp33 …static_assert(!std::is_nothrow_default_constructible<std::pair<ThrowingDefault, ThrowingDefault>>:… in main()
34 …static_assert(!std::is_nothrow_default_constructible<std::pair<NonThrowingDefault, ThrowingDefault… in main()
35 …static_assert(!std::is_nothrow_default_constructible<std::pair<ThrowingDefault, NonThrowingDefault… in main()
36 …static_assert( std::is_nothrow_default_constructible<std::pair<NonThrowingDefault, NonThrowingDefa… in main()
/llvm-project-15.0.7/libcxx/test/std/containers/sequences/vector.bool/
H A Ddefault_noexcept.pass.cpp38 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
42 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
46 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
50 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
/llvm-project-15.0.7/libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/
H A Ddefault_noexcept.pass.cpp38 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
42 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
47 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
51 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
/llvm-project-15.0.7/libcxx/test/std/containers/sequences/deque/deque.cons/
H A Ddefault_noexcept.pass.cpp38 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
42 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
47 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
51 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
/llvm-project-15.0.7/libcxx/test/std/containers/sequences/list/list.cons/
H A Ddefault_noexcept.pass.cpp38 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
42 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
47 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
51 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
/llvm-project-15.0.7/libcxx/test/std/containers/associative/set/set.cons/
H A Ddefault_noexcept.pass.cpp41 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
45 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
50 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
54 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
/llvm-project-15.0.7/libcxx/test/std/containers/associative/multiset/multiset.cons/
H A Ddefault_noexcept.pass.cpp41 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
45 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
50 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
54 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
/llvm-project-15.0.7/libcxx/test/std/containers/sequences/vector/vector.cons/
H A Ddefault_noexcept.pass.cpp36 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in tests()
40 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in tests()
44 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in tests()
48 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in tests()
/llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.cons/
H A Ddefault_noexcept.pass.cpp42 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
46 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
51 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
55 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
/llvm-project-15.0.7/libcxx/test/std/containers/associative/map/map.cons/
H A Ddefault_noexcept.pass.cpp42 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
46 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
51 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
55 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
/llvm-project-15.0.7/libcxx/test/std/strings/basic.string/string.cons/
H A Ddefault.pass.cpp21 LIBCPP_STATIC_ASSERT(std::is_nothrow_default_constructible<std::string>::value, "");
22 LIBCPP_STATIC_ASSERT(std::is_nothrow_default_constructible<
24 LIBCPP_STATIC_ASSERT(!std::is_nothrow_default_constructible<
/llvm-project-15.0.7/libcxx/include/__type_traits/
H A Dis_nothrow_default_constructible.h22 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_nothrow_default_constructible struct
28 inline constexpr bool is_nothrow_default_constructible_v = is_nothrow_default_constructible<_Tp>::v…
/llvm-project-15.0.7/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
H A Ddefault.pass.cpp27 static_assert(std::is_nothrow_default_constructible<Opt>::value, ""); in test_constexpr()
45 static_assert(std::is_nothrow_default_constructible<Opt>::value, ""); in test()
/llvm-project-15.0.7/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Ddefault.pass.cpp70 static_assert(std::is_nothrow_default_constructible<U1>::value, ""); in test_basic()
71 static_assert(std::is_nothrow_default_constructible<U2>::value, ""); in test_basic()
/llvm-project-15.0.7/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
H A Ddefault.pass.cpp61 static_assert(std::is_nothrow_default_constructible<V>::value, ""); in test_default_ctor_noexcept()
65 static_assert(!std::is_nothrow_default_constructible<V>::value, ""); in test_default_ctor_noexcept()
/llvm-project-15.0.7/libcxx/test/std/iterators/stream.iterators/istreambuf.iterator/
H A Dtypes.pass.cpp56 static_assert((std::is_nothrow_default_constructible<I1>::value), "" ); in main()
78 static_assert((std::is_nothrow_default_constructible<I2>::value), "" ); in main()
/llvm-project-15.0.7/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/
H A Ddefault.pass.cpp24 static_assert(std::is_nothrow_default_constructible<std::mutex>::value, ""); in main()
/llvm-project-15.0.7/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/
H A Ddefault_noexcept.pass.cpp31 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
/llvm-project-15.0.7/libcxx/test/std/containers/container.adaptors/queue/queue.cons/
H A Ddefault_noexcept.pass.cpp29 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
/llvm-project-15.0.7/libcxx/test/std/containers/container.adaptors/stack/stack.cons/
H A Ddefault_noexcept.pass.cpp30 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()

123