/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/ |
D | is_nothrow_default_constructible.pass.cpp | 20 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/ |
D | default_noexcept.pass.cpp | 53 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/ |
D | default_noexcept.pass.cpp | 53 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/ |
D | default_noexcept.pass.cpp | 54 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/ |
D | default_noexcept.pass.cpp | 53 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/ |
D | default.pass.cpp | 32 …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/ |
D | default_noexcept.pass.cpp | 39 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/ |
D | default_noexcept.pass.cpp | 37 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/ |
D | default_noexcept.pass.cpp | 38 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/ |
D | default_noexcept.pass.cpp | 38 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/ |
D | default_noexcept.pass.cpp | 38 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/ |
D | default_noexcept.pass.cpp | 42 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/ |
D | default_noexcept.pass.cpp | 42 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/ |
D | default_noexcept.pass.cpp | 43 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/ |
D | default_noexcept.pass.cpp | 43 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/ |
D | default_noexcept.pass.cpp | 29 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/ |
D | default.pass.cpp | 28 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/ |
D | default.pass.cpp | 73 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/ |
D | default.pass.cpp | 68 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/ |
D | types.pass.cpp | 51 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/ |
D | default.pass.cpp | 23 static_assert(std::is_nothrow_default_constructible<std::mutex>::value, ""); in main()
|
/external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/ |
D | default_noexcept.pass.cpp | 32 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
|
/external/libcxx/test/std/containers/container.adaptors/stack/stack.cons/ |
D | default_noexcept.pass.cpp | 31 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
|
/external/libcxx/test/std/containers/container.adaptors/queue/queue.cons/ |
D | default_noexcept.pass.cpp | 30 static_assert(std::is_nothrow_default_constructible<C>::value, ""); in main()
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/ |
D | default.pass.cpp | 27 static_assert(std::is_nothrow_default_constructible<path>::value, ""); in main()
|