Home
last modified time | relevance | path

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

123

/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.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/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/libcxx/utilities/utility/pairs/pairs.pair/
Ddefault.pass.cpp32 …static_assert(!std::is_nothrow_default_constructible<std::pair<ThrowingDefault, ThrowingDefault>>:… in main()
33 …static_assert(!std::is_nothrow_default_constructible<std::pair<NonThrowingDefault, ThrowingDefault… in main()
34 …static_assert(!std::is_nothrow_default_constructible<std::pair<ThrowingDefault, NonThrowingDefault… in main()
35 …static_assert( std::is_nothrow_default_constructible<std::pair<NonThrowingDefault, NonThrowingDefa… in main()
/external/libcxx/test/std/containers/sequences/vector.bool/
Ddefault_noexcept.pass.cpp39 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
43 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/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/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/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/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.cpp29 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
33 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
37 static_assert(!std::is_nothrow_default_constructible<C>::value, ""); in main()
/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/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Ddefault.pass.cpp73 static_assert(std::is_nothrow_default_constructible<U1>::value, ""); in test_basic()
74 static_assert(std::is_nothrow_default_constructible<U2>::value, ""); in test_basic()
/external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
Ddefault.pass.cpp68 static_assert(std::is_nothrow_default_constructible<V>::value, ""); in test_default_ctor_noexcept()
72 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/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/
Ddefault.pass.cpp23 static_assert(std::is_nothrow_default_constructible<std::mutex>::value, ""); in main()
/external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/
Ddefault_noexcept.pass.cpp32 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
/external/libcxx/test/std/containers/container.adaptors/stack/stack.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/input.output/filesystems/class.path/path.member/path.construct/
Ddefault.pass.cpp27 static_assert(std::is_nothrow_default_constructible<path>::value, ""); in main()

123