Searched refs:value (Results 201 - 225 of 897) sorted by relevance

1234567891011>>

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/
H A Ddefault_noexcept.pass.cpp13 // noexcept(is_nothrow_default_constructible<container_type>::value &&
14 // is_nothrow_default_constructible<Compare>::value);
28 static_assert(std::is_nothrow_default_constructible<C>::value, "");
H A Ddtor_noexcept.pass.cpp24 static_assert(std::is_nothrow_destructible<C>::value, "");
H A Dmove_assign_noexcept.pass.cpp13 // noexcept(is_nothrow_move_assignable<container_type>::value &&
14 // is_nothrow_move_assignable<Compare>::value);
28 static_assert(std::is_nothrow_move_assignable<C>::value, "");
H A Dmove_noexcept.pass.cpp13 // noexcept(is_nothrow_move_constructible<container_type>::value &&
14 // is_nothrow_move_constructible<Compare>::value);
28 static_assert(std::is_nothrow_move_constructible<C>::value, "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.cons/
H A Ddefault_noexcept.pass.cpp13 // noexcept(is_nothrow_default_constructible<container_type>::value);
27 static_assert(std::is_nothrow_default_constructible<C>::value, "");
H A Ddtor_noexcept.pass.cpp24 static_assert(std::is_nothrow_destructible<C>::value, "");
H A Dmove_assign_noexcept.pass.cpp13 // noexcept(is_nothrow_move_assignable<container_type>::value);
27 static_assert(std::is_nothrow_move_assignable<C>::value, "");
H A Dmove_noexcept.pass.cpp13 // noexcept(is_nothrow_move_constructible<container_type>::value);
27 static_assert(std::is_nothrow_move_constructible<C>::value, "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.cons/
H A Ddefault_noexcept.pass.cpp13 // noexcept(is_nothrow_default_constructible<container_type>::value);
27 static_assert(std::is_nothrow_default_constructible<C>::value, "");
H A Ddtor_noexcept.pass.cpp24 static_assert(std::is_nothrow_destructible<C>::value, "");
H A Dmove_assign_noexcept.pass.cpp13 // noexcept(is_nothrow_move_assignable<container_type>::value);
27 static_assert(std::is_nothrow_move_assignable<C>::value, "");
H A Dmove_noexcept.pass.cpp13 // noexcept(is_nothrow_move_constructible<container_type>::value);
27 static_assert(std::is_nothrow_move_constructible<C>::value, "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/
H A Ddefault_noexcept.pass.cpp13 // noexcept(is_nothrow_default_constructible<allocator_type>::value);
35 static_assert(std::is_nothrow_default_constructible<C>::value, "");
39 static_assert(std::is_nothrow_default_constructible<C>::value, "");
43 static_assert(!std::is_nothrow_default_constructible<C>::value, "");
47 static_assert(!std::is_nothrow_default_constructible<C>::value, "");
H A Dmove_assign_noexcept.pass.cpp14 // allocator_type::propagate_on_container_move_assignment::value &&
15 // is_nothrow_move_assignable<allocator_type>::value);
37 static_assert(std::is_nothrow_move_assignable<C>::value, "");
41 static_assert(!std::is_nothrow_move_assignable<C>::value, "");
45 static_assert(std::is_nothrow_move_assignable<C>::value, "");
49 static_assert(!std::is_nothrow_move_assignable<C>::value, "");
H A Dmove_noexcept.pass.cpp13 // noexcept(is_nothrow_move_constructible<allocator_type>::value);
35 static_assert(std::is_nothrow_move_constructible<C>::value, "");
39 static_assert(std::is_nothrow_move_constructible<C>::value, "");
43 static_assert(std::is_nothrow_move_constructible<C>::value, "");
47 static_assert(!std::is_nothrow_move_constructible<C>::value, "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
H A Ddefault_noexcept.pass.cpp13 // noexcept(is_nothrow_default_constructible<allocator_type>::value);
35 static_assert(std::is_nothrow_default_constructible<C>::value, "");
39 static_assert(std::is_nothrow_default_constructible<C>::value, "");
43 static_assert(!std::is_nothrow_default_constructible<C>::value, "");
47 static_assert(!std::is_nothrow_default_constructible<C>::value, "");
H A Dmove_assign_noexcept.pass.cpp14 // allocator_type::propagate_on_container_move_assignment::value &&
15 // is_nothrow_move_assignable<allocator_type>::value);
37 static_assert(std::is_nothrow_move_assignable<C>::value, "");
41 static_assert(!std::is_nothrow_move_assignable<C>::value, "");
45 static_assert(std::is_nothrow_move_assignable<C>::value, "");
49 static_assert(!std::is_nothrow_move_assignable<C>::value, "");
H A Dmove_noexcept.pass.cpp13 // noexcept(is_nothrow_move_constructible<allocator_type>::value);
35 static_assert(std::is_nothrow_move_constructible<C>::value, "");
39 static_assert(std::is_nothrow_move_constructible<C>::value, "");
43 static_assert(std::is_nothrow_move_constructible<C>::value, "");
47 static_assert(!std::is_nothrow_move_constructible<C>::value, "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/
H A Ddefault_noexcept.pass.cpp13 // noexcept(is_nothrow_default_constructible<allocator_type>::value);
35 static_assert(std::is_nothrow_default_constructible<C>::value, "");
39 static_assert(std::is_nothrow_default_constructible<C>::value, "");
43 static_assert(!std::is_nothrow_default_constructible<C>::value, "");
47 static_assert(!std::is_nothrow_default_constructible<C>::value, "");
H A Dmove_assign_noexcept.pass.cpp14 // allocator_type::propagate_on_container_move_assignment::value &&
15 // is_nothrow_move_assignable<allocator_type>::value);
37 static_assert(std::is_nothrow_move_assignable<C>::value, "");
41 static_assert(!std::is_nothrow_move_assignable<C>::value, "");
45 static_assert(std::is_nothrow_move_assignable<C>::value, "");
49 static_assert(!std::is_nothrow_move_assignable<C>::value, "");
H A Dmove_noexcept.pass.cpp13 // noexcept(is_nothrow_move_constructible<allocator_type>::value);
35 static_assert(std::is_nothrow_move_constructible<C>::value, "");
39 static_assert(std::is_nothrow_move_constructible<C>::value, "");
43 static_assert(std::is_nothrow_move_constructible<C>::value, "");
47 static_assert(!std::is_nothrow_move_constructible<C>::value, "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/
H A Ddefault_noexcept.pass.cpp13 // noexcept(is_nothrow_default_constructible<allocator_type>::value);
35 static_assert(std::is_nothrow_default_constructible<C>::value, "");
39 static_assert(std::is_nothrow_default_constructible<C>::value, "");
43 static_assert(!std::is_nothrow_default_constructible<C>::value, "");
47 static_assert(!std::is_nothrow_default_constructible<C>::value, "");
H A Dmove_assign_noexcept.pass.cpp14 // allocator_type::propagate_on_container_move_assignment::value &&
15 // is_nothrow_move_assignable<allocator_type>::value);
37 static_assert(std::is_nothrow_move_assignable<C>::value, "");
41 static_assert(!std::is_nothrow_move_assignable<C>::value, "");
45 static_assert(std::is_nothrow_move_assignable<C>::value, "");
49 static_assert(!std::is_nothrow_move_assignable<C>::value, "");
H A Dmove_noexcept.pass.cpp13 // noexcept(is_nothrow_move_constructible<allocator_type>::value);
35 static_assert(std::is_nothrow_move_constructible<C>::value, "");
39 static_assert(std::is_nothrow_move_constructible<C>::value, "");
43 static_assert(std::is_nothrow_move_constructible<C>::value, "");
47 static_assert(!std::is_nothrow_move_constructible<C>::value, "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
H A Ddefault_noexcept.pass.cpp13 // noexcept(is_nothrow_default_constructible<allocator_type>::value);
34 static_assert(std::is_nothrow_default_constructible<C>::value, "");
38 static_assert(std::is_nothrow_default_constructible<C>::value, "");
42 static_assert(!std::is_nothrow_default_constructible<C>::value, "");
46 static_assert(!std::is_nothrow_default_constructible<C>::value, "");

Completed in 165 milliseconds

1234567891011>>