Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_nothrow_assignable.h44 struct _LIBCPP_TEMPLATE_VIS is_nothrow_move_assignable struct
51 inline constexpr bool is_nothrow_move_assignable_v = is_nothrow_move_assignable<_Tp>::value;
H A Dnoexcept_move_assign_container.h30 && is_nothrow_move_assignable<_Alloc>::value
H A Dis_swappable.h51 _NOEXCEPT_(is_nothrow_move_constructible<_Tp>::value&& is_nothrow_move_assignable<_Tp>::value);
/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dswap.h41 _NOEXCEPT_(is_nothrow_move_constructible<_Tp>::value&& is_nothrow_move_assignable<_Tp>::value) { in swap()
H A Dpair.h275 __nat>&& __p) noexcept(is_nothrow_move_assignable<first_type>::value && in noexcept()
276 is_nothrow_move_assignable<second_type>::value) { in noexcept()
/freebsd/contrib/llvm-project/libcxx/include/
H A D__hash_table766is_nothrow_move_assignable<__node_allocator>::value&& is_nothrow_move_assignable<hasher>::value&&
767 is_nothrow_move_assignable<key_equal>::value);
997 …_NOEXCEPT_(is_nothrow_move_assignable<__node_allocator>::value&& is_nothrow_move_assignable<hasher…
998 is_nothrow_move_assignable<key_equal>::value);
1001 …(is_nothrow_move_assignable<__pointer_allocator>::value && is_nothrow_move_assignable<__node_alloc…
1005is_nothrow_move_assignable<__pointer_allocator>::value&& is_nothrow_move_assignable<__node_allocat…
1160 …_NOEXCEPT_(is_nothrow_move_assignable<__node_allocator>::value&& is_nothrow_move_assignable<hasher…
1161 is_nothrow_move_assignable<key_equal>::value) {
1219 …__node_traits::propagate_on_container_move_assignment::value&& is_nothrow_move_assignable<__node_a…
1220 is_nothrow_move_assignable<hasher>::value&& is_nothrow_move_assignable<key_equal>::value) {
H A Dutility36 is_nothrow_move_assignable<T>::value);
101 pair& operator=(pair&& p) noexcept(is_nothrow_move_assignable<T1>::value &&
102is_nothrow_move_assignable<T2>::value); // constexpr in C++20
H A Dunordered_set100 is_nothrow_move_assignable<allocator_type>::value &&
101 is_nothrow_move_assignable<hasher>::value &&
102 is_nothrow_move_assignable<key_equal>::value);
348 is_nothrow_move_assignable<allocator_type>::value &&
349 is_nothrow_move_assignable<hasher>::value &&
350 is_nothrow_move_assignable<key_equal>::value);
726 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value);
1115 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value) {
1320 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value);
1721 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value) {
H A Dforward_list63 is_nothrow_move_assignable<allocator_type>::value);
534 is_nothrow_move_assignable<__node_allocator>::value) {
585 _NOEXCEPT_(is_nothrow_move_assignable<__node_allocator>::value) {
718 is_nothrow_move_assignable<allocator_type>::value);
863 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value);
982 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value) {
1001 …__node_traits::propagate_on_container_move_assignment::value&& is_nothrow_move_assignable<allocato…
H A D__split_buffer109 is_nothrow_move_assignable<allocator_type>::value) ||
207 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value) {
408 is_nothrow_move_assignable<allocator_type>::value) ||
H A D__tree990 …__node_traits::propagate_on_container_move_assignment::value&& is_nothrow_move_assignable<value_co…
991 is_nothrow_move_assignable<__node_allocator>::value);
1267is_nothrow_move_assignable<value_compare>::value&& is_nothrow_move_assignable<__node_allocator>::v…
1271 is_nothrow_move_assignable<__node_allocator>::value) {
1276 _NOEXCEPT_(is_nothrow_move_assignable<__node_allocator>::value) {
1483 …_NOEXCEPT_(is_nothrow_move_assignable<value_compare>::value&& is_nothrow_move_assignable<__node_al…
1521 …__node_traits::propagate_on_container_move_assignment::value&& is_nothrow_move_assignable<value_co…
1522 is_nothrow_move_assignable<__node_allocator>::value)
H A Dlist65 is_nothrow_move_assignable<allocator_type>::value);
545 is_nothrow_move_assignable<__node_allocator>::value) {
587 _NOEXCEPT_(is_nothrow_move_assignable<__node_allocator>::value) {
732 is_nothrow_move_assignable<__node_allocator>::value);
929 _NOEXCEPT_(is_nothrow_move_assignable<__node_allocator>::value);
1070 is_nothrow_move_assignable<__node_allocator>::value) {
1086 … true_type) noexcept(is_nothrow_move_assignable<__node_allocator>::value) {
H A Dset86 is_nothrow_move_assignable<allocator_type>::value &&
87 is_nothrow_move_assignable<key_compare>::value);
331 is_nothrow_move_assignable<allocator_type>::value &&
332 is_nothrow_move_assignable<key_compare>::value);
693 …_LIBCPP_HIDE_FROM_ABI set& operator=(set&& __s) noexcept(is_nothrow_move_assignable<__base>::value…
1150 …_LIBCPP_HIDE_FROM_ABI multiset& operator=(multiset&& __s) _NOEXCEPT_(is_nothrow_move_assignable<__…
H A Dunordered_map106 is_nothrow_move_assignable<allocator_type>::value &&
107 is_nothrow_move_assignable<hasher>::value &&
108 is_nothrow_move_assignable<key_equal>::value);
392 is_nothrow_move_assignable<allocator_type>::value &&
393 is_nothrow_move_assignable<hasher>::value &&
394 is_nothrow_move_assignable<key_equal>::value);
1197 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value);
1703 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value) {
1996 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value);
2450 _NOEXCEPT_(is_nothrow_move_assignable<__table>::value) {
H A Ddeque64 is_nothrow_move_assignable<allocator_type>::value);
662 is_nothrow_move_assignable<allocator_type>::value);
859 is_nothrow_move_assignable<allocator_type>::value) {
864 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value) {
872 is_nothrow_move_assignable<allocator_type>::value) {
1226 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value);
1361 is_nothrow_move_assignable<allocator_type>::value) {
1377 … true_type) noexcept(is_nothrow_move_assignable<allocator_type>::value) {
H A Dtype_traits135 template <class T> struct is_nothrow_move_assignable;
369 = is_nothrow_move_assignable<T>::value; // C++17
H A Dvector878 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value);
995 is_nothrow_move_assignable<allocator_type>::value) {
1016 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value) {
1326 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value) {
2278 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value);
2281 is_nothrow_move_assignable<allocator_type>::value) {
2286 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value) {
2563 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value) {
H A Dqueue347 …_LIBCPP_HIDE_FROM_ABI queue& operator=(queue&& __q) noexcept(is_nothrow_move_assignable<container_…
547is_nothrow_move_assignable<container_type>::value && is_nothrow_move_assignable<value_compare>::va…
H A Dmap99 is_nothrow_move_assignable<allocator_type>::value &&
100 is_nothrow_move_assignable<key_compare>::value);
385 is_nothrow_move_assignable<allocator_type>::value &&
386 is_nothrow_move_assignable<key_compare>::value);
1096 …_LIBCPP_HIDE_FROM_ABI map& operator=(map&& __m) noexcept(is_nothrow_move_assignable<__base>::value…
1775 …_LIBCPP_HIDE_FROM_ABI multimap& operator=(multimap&& __m) noexcept(is_nothrow_move_assignable<__ba…
H A Dstack179 …_LIBCPP_HIDE_FROM_ABI stack& operator=(stack&& __q) noexcept(is_nothrow_move_assignable<container_…
H A Dstring2180 noexcept(is_nothrow_move_assignable<allocator_type>::value);
2186 is_nothrow_move_assignable<allocator_type>::value) {
2192 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value) {
2688 noexcept(is_nothrow_move_assignable<allocator_type>::value)
2695 if (!is_nothrow_move_assignable<allocator_type>::value) {
H A Dtuple861 noexcept(_And<is_nothrow_move_assignable<_Tp>...>::value) {
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1709 SYMBOL(is_nothrow_move_assignable, std::, <type_traits>)
/freebsd/
H A DObsoleteFiles.inc753 OLD_FILES+=usr/include/c++/v1/__type_traits/is_nothrow_move_assignable.h