Home
last modified time | relevance | path

Searched refs:is_nothrow_move_constructible (Results 1 – 25 of 58) sorted by relevance

123

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_nothrow_move_constructible.pass.cpp20 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/
Dmove_noexcept.pass.cpp37 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/
Dmove_noexcept.pass.cpp36 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.multiset/unord.multiset.cnstr/
Dmove_noexcept.pass.cpp49 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.set/unord.set.cnstr/
Dmove_noexcept.pass.cpp49 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.multimap/unord.multimap.cnstr/
Dmove_noexcept.pass.cpp49 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/
Dmove_noexcept.pass.cpp50 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/strings/basic.string/string.cons/
Dmove_noexcept.pass.cpp36 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main()
40 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main()
45 static_assert(!std::is_nothrow_move_constructible<C>::value, ""); in main()
47 static_assert( std::is_nothrow_move_constructible<C>::value, ""); in main()
Dmove_alloc.pass.cpp46 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/list/list.cons/
Dmove_noexcept.pass.cpp38 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/sequences/deque/deque.cons/
Dmove_noexcept.pass.cpp38 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/sequences/forwardlist/forwardlist.cons/
Dmove_noexcept.pass.cpp38 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/set/set.cons/
Dmove_noexcept.pass.cpp40 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/multiset/multiset.cons/
Dmove_noexcept.pass.cpp40 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/
Dmove_noexcept.pass.cpp41 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/
Dmove_noexcept.pass.cpp41 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/clang/test/SemaTemplate/
Dexception-spec-crash.cpp4 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/
Dmove.pass.cpp79 static_assert(std::is_nothrow_move_constructible<V>::value, ""); in test_move_noexcept()
83 static_assert(std::is_nothrow_move_constructible<V>::value, ""); in test_move_noexcept()
87 static_assert(!std::is_nothrow_move_constructible<V>::value, ""); in test_move_noexcept()
91 static_assert(!std::is_nothrow_move_constructible<V>::value, ""); in test_move_noexcept()
/external/libcxx/test/std/experimental/optional/optional.object/optional.object.ctor/
Dmove.pass.cpp27 static_assert(std::is_nothrow_move_constructible<optional<T>>::value == in test()
28 std::is_nothrow_move_constructible<T>::value, ""); in test()
/external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/
Dmove_noexcept.pass.cpp29 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main()
/external/libcxx/test/std/containers/container.adaptors/stack/stack.cons/
Dmove_noexcept.pass.cpp30 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main()
/external/libcxx/test/std/containers/container.adaptors/queue/queue.cons/
Dmove_noexcept.pass.cpp30 static_assert(std::is_nothrow_move_constructible<C>::value, ""); in main()
/external/clang/test/Modules/Inputs/PR27401/
Da.h13 struct is_nothrow_move_constructible struct
Db.h16 noexcept(is_nothrow_move_constructible<_Allocator>::value);
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.construct/
Dmove.pass.cpp29 static_assert(std::is_nothrow_move_constructible<path>::value, ""); in main()

123