/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/ |
D | is_nothrow_move_constructible.pass.cpp | 20 static_assert( std::is_nothrow_move_constructible<T>::value, ""); in test_is_nothrow_move_constructible() 21 static_assert( std::is_nothrow_move_constructible<const T>::value, ""); in test_is_nothrow_move_constructible() 31 static_assert(!std::is_nothrow_move_constructible<T>::value, ""); in test_has_not_nothrow_move_constructor() 32 static_assert(!std::is_nothrow_move_constructible<const T>::value, ""); in test_has_not_nothrow_move_constructor() 33 static_assert(!std::is_nothrow_move_constructible<volatile T>::value, ""); in test_has_not_nothrow_move_constructor() 34 static_assert(!std::is_nothrow_move_constructible<const volatile T>::value, ""); in test_has_not_nothrow_move_constructor()
|
/external/libcxx/test/std/containers/sequences/vector.bool/ |
D | move_noexcept.pass.cpp | 37 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 41 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 45 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 53 static_assert( std::is_nothrow_move_constructible<C>::value, ""); in main() 57 static_assert(!std::is_nothrow_move_constructible<C>::value, ""); in main()
|
/external/libcxx/test/std/containers/sequences/vector/vector.cons/ |
D | move_noexcept.pass.cpp | 36 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 40 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 44 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 50 static_assert( std::is_nothrow_move_constructible<C>::value, ""); in main() 52 static_assert(!std::is_nothrow_move_constructible<C>::value, ""); in main()
|
/external/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/ |
D | move_noexcept.pass.cpp | 49 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 54 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 59 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 64 static_assert(!std::is_nothrow_move_constructible<C>::value, ""); in main() 69 static_assert(!std::is_nothrow_move_constructible<C>::value, ""); in main()
|
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/ |
D | move_noexcept.pass.cpp | 49 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 54 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 59 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 64 static_assert(!std::is_nothrow_move_constructible<C>::value, ""); in main() 69 static_assert(!std::is_nothrow_move_constructible<C>::value, ""); in main()
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/ |
D | move_noexcept.pass.cpp | 50 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 55 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 60 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 65 static_assert(!std::is_nothrow_move_constructible<C>::value, ""); in main() 70 static_assert(!std::is_nothrow_move_constructible<C>::value, ""); in main()
|
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/ |
D | move_noexcept.pass.cpp | 49 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 54 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 59 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 64 static_assert(!std::is_nothrow_move_constructible<C>::value, ""); in main() 69 static_assert(!std::is_nothrow_move_constructible<C>::value, ""); in main()
|
/external/libcxx/test/std/strings/basic.string/string.cons/ |
D | move_noexcept.pass.cpp | 29 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 33 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 38 static_assert(!std::is_nothrow_move_constructible<C>::value, ""); in main() 40 static_assert( std::is_nothrow_move_constructible<C>::value, ""); in main()
|
D | move_alloc.pass.cpp | 46 static_assert((noexcept(S()) == std::is_nothrow_move_constructible<A>::value), "" ); in main() 60 static_assert((noexcept(S()) == std::is_nothrow_move_constructible<A>::value), "" ); in main() 72 static_assert((noexcept(S()) == std::is_nothrow_move_constructible<A>::value), "" ); in main()
|
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/ |
D | move_noexcept.pass.cpp | 38 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 42 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 46 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 50 static_assert(!std::is_nothrow_move_constructible<C>::value, ""); in main()
|
/external/libcxx/test/std/containers/sequences/deque/deque.cons/ |
D | move_noexcept.pass.cpp | 38 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 42 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 46 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 50 static_assert(!std::is_nothrow_move_constructible<C>::value, ""); in main()
|
/external/libcxx/test/std/containers/sequences/list/list.cons/ |
D | move_noexcept.pass.cpp | 38 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 42 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 46 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 51 static_assert(!std::is_nothrow_move_constructible<C>::value, ""); in main()
|
/external/libcxx/test/std/containers/associative/multiset/multiset.cons/ |
D | move_noexcept.pass.cpp | 40 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 44 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 48 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 53 static_assert(!std::is_nothrow_move_constructible<C>::value, ""); in main()
|
/external/libcxx/test/std/containers/associative/set/set.cons/ |
D | move_noexcept.pass.cpp | 40 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 44 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 48 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 53 static_assert(!std::is_nothrow_move_constructible<C>::value, ""); in main()
|
/external/libcxx/test/std/containers/associative/multimap/multimap.cons/ |
D | move_noexcept.pass.cpp | 41 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 45 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 49 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 54 static_assert(!std::is_nothrow_move_constructible<C>::value, ""); in main()
|
/external/libcxx/test/std/containers/associative/map/map.cons/ |
D | move_noexcept.pass.cpp | 41 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 45 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 49 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main() 54 static_assert(!std::is_nothrow_move_constructible<C>::value, ""); in main()
|
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
D | move.pass.cpp | 146 static_assert(std::is_nothrow_move_constructible<U>::value, ""); in test_noexcept() 150 static_assert(std::is_nothrow_move_constructible<U>::value, ""); in test_noexcept() 154 static_assert(std::is_nothrow_move_constructible<U>::value, ""); in test_noexcept() 158 static_assert(std::is_nothrow_move_constructible<U>::value, ""); in test_noexcept()
|
/external/clang/test/SemaTemplate/ |
D | exception-spec-crash.cpp | 4 template <class _Tp> struct is_nothrow_move_constructible { struct 18 noexcept(is_nothrow_move_constructible<allocator_type>::value); argument
|
/external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/ |
D | move.pass.cpp | 116 static_assert(std::is_nothrow_move_constructible<V>::value, ""); in test_move_noexcept() 120 static_assert(std::is_nothrow_move_constructible<V>::value, ""); in test_move_noexcept() 124 static_assert(!std::is_nothrow_move_constructible<V>::value, ""); in test_move_noexcept() 128 static_assert(!std::is_nothrow_move_constructible<V>::value, ""); in test_move_noexcept()
|
/external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/ |
D | move_noexcept.pass.cpp | 29 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main()
|
/external/libcxx/test/std/containers/container.adaptors/stack/stack.cons/ |
D | move_noexcept.pass.cpp | 30 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main()
|
/external/libcxx/test/std/containers/container.adaptors/queue/queue.cons/ |
D | move_noexcept.pass.cpp | 31 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main()
|
/external/clang/test/Modules/Inputs/PR27401/ |
D | a.h | 13 struct is_nothrow_move_constructible struct
|
D | b.h | 16 noexcept(is_nothrow_move_constructible<_Allocator>::value);
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/ |
D | move.pass.cpp | 28 static_assert(std::is_nothrow_move_constructible<path>::value, ""); in main()
|