Lines Matching refs:_NOEXCEPT_
1324 _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value);
1328 _NOEXCEPT_(is_nothrow_copy_constructible<allocator_type>::value);
1340 _NOEXCEPT_(is_nothrow_move_constructible<allocator_type>::value);
1380 _NOEXCEPT_(__alloc_traits::propagate_on_container_move_assignment::value &&
1610 _NOEXCEPT_(!__alloc_traits::propagate_on_container_swap::value ||
1851 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value);
1857 _NOEXCEPT_(
1865 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value)
1928 _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)
1940 _NOEXCEPT_(is_nothrow_copy_constructible<allocator_type>::value)
2078 _NOEXCEPT_(is_nothrow_move_constructible<allocator_type>::value)
2444 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value)
2457 _NOEXCEPT_(__alloc_traits::propagate_on_container_move_assignment::value &&
3363 _NOEXCEPT_(!__alloc_traits::propagate_on_container_swap::value ||
4077 _NOEXCEPT_(_NOEXCEPT_(__lhs.swap(__rhs)))