Lines Matching refs:_NOEXCEPT_
791 _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value);
795 _NOEXCEPT_(is_nothrow_copy_constructible<allocator_type>::value);
807 _NOEXCEPT_(is_nothrow_move_constructible<allocator_type>::value);
893 _NOEXCEPT_((__noexcept_move_assign_container<_Allocator, __alloc_traits>::value));
1082 _NOEXCEPT_((__noexcept_move_assign_container<_Allocator, __alloc_traits>::value))
1617 _NOEXCEPT_(__alloc_traits::is_always_equal::value);
1623 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value);
1630 _NOEXCEPT_(
1638 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value)
1730 _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)
1742 _NOEXCEPT_(is_nothrow_copy_constructible<allocator_type>::value)
1873 _NOEXCEPT_(is_nothrow_move_constructible<allocator_type>::value)
2285 _NOEXCEPT_(__alloc_traits::is_always_equal::value)
2300 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value)
2313 _NOEXCEPT_((__noexcept_move_assign_container<_Allocator, __alloc_traits>::value))
4173 _NOEXCEPT_(_NOEXCEPT_(__lhs.swap(__rhs)))