Home
last modified time | relevance | path

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

12

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_nothrow_default_constructible.pass.cpp20 static_assert( std::is_nothrow_default_constructible<T>::value, ""); in test_is_nothrow_default_constructible()
21 static_assert( std::is_nothrow_default_constructible<const T>::value, ""); in test_is_nothrow_default_constructible()
22 static_assert( std::is_nothrow_default_constructible<volatile T>::value, ""); in test_is_nothrow_default_constructible()
23 static_assert( std::is_nothrow_default_constructible<const volatile T>::value, ""); in test_is_nothrow_default_constructible()
35 static_assert(!std::is_nothrow_default_constructible<T>::value, ""); in test_has_not_nothrow_default_constructor()
36 static_assert(!std::is_nothrow_default_constructible<const T>::value, ""); in test_has_not_nothrow_default_constructor()
37 static_assert(!std::is_nothrow_default_constructible<volatile T>::value, ""); in test_has_not_nothrow_default_constructor()
38 static_assert(!std::is_nothrow_default_constructible<const volatile T>::value, ""); in test_has_not_nothrow_default_constructor()
/external/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/
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()
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/
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()
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
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()
/external/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/
Ddefault_noexcept.pass.cpp54 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
59 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
65 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
69 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
74 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
/external/libcxx/test/std/containers/sequences/vector.bool/
Ddefault_noexcept.pass.cpp37 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
41 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()
/external/libcxx/test/std/containers/sequences/vector/vector.cons/
Ddefault_noexcept.pass.cpp37 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
41 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
45 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
49 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/
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()
/external/libcxx/test/std/containers/sequences/deque/deque.cons/
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()
/external/libcxx/test/std/containers/sequences/list/list.cons/
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()
/external/libcxx/test/std/containers/associative/set/set.cons/
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()
/external/libcxx/test/std/containers/associative/multiset/multiset.cons/
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()
/external/libcxx/test/std/containers/associative/multimap/multimap.cons/
Ddefault_noexcept.pass.cpp43 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
47 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
52 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
56 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
/external/libcxx/test/std/containers/associative/map/map.cons/
Ddefault_noexcept.pass.cpp43 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
47 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
52 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
56 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
/external/libcxx/test/std/strings/basic.string/string.cons/
Ddefault_noexcept.pass.cpp36 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
40 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
44 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
/external/libcxx/test/std/experimental/optional/optional.object/optional.object.ctor/
Ddefault.pass.cpp25 static_assert(std::is_nothrow_default_constructible<Opt>::value, ""); in test_constexpr()
41 static_assert(std::is_nothrow_default_constructible<Opt>::value, ""); in test()
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
Ddefault.pass.cpp28 static_assert(std::is_nothrow_default_constructible<Opt>::value, ""); in test_constexpr()
46 static_assert(std::is_nothrow_default_constructible<Opt>::value, ""); in test()
/external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
Ddefault.pass.cpp60 static_assert(std::is_nothrow_default_constructible<V>::value, ""); in test_default_ctor_noexcept()
64 static_assert(!std::is_nothrow_default_constructible<V>::value, ""); in test_default_ctor_noexcept()
/external/libcxx/test/std/iterators/stream.iterators/istreambuf.iterator/
Dtypes.pass.cpp51 static_assert((std::is_nothrow_default_constructible<I1>::value), "" ); in main()
66 static_assert((std::is_nothrow_default_constructible<I2>::value), "" ); in main()
/external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/
Ddefault_noexcept.pass.cpp31 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
/external/libcxx/test/std/containers/container.adaptors/queue/queue.cons/
Ddefault_noexcept.pass.cpp30 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
/external/libcxx/test/std/containers/container.adaptors/stack/stack.cons/
Ddefault_noexcept.pass.cpp30 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
/external/libcxx/test/std/experimental/any/any.class/any.cons/
Ddefault.pass.cpp29 std::is_nothrow_default_constructible<any>::value in main()
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.construct/
Ddefault.pass.cpp28 static_assert(std::is_nothrow_default_constructible<path>::value, ""); in main()
/external/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/
Ddefault_ctor.pass.cpp33 static_assert(std::is_nothrow_default_constructible<test1>::value, in main()

12