Lines Matching refs:_NOEXCEPT_
362 _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value);
385 _NOEXCEPT_(
409 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value)
434 _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)
496 vector() _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)
504 _NOEXCEPT_(is_nothrow_copy_constructible<allocator_type>::value)
575 _NOEXCEPT_(is_nothrow_move_constructible<allocator_type>::value);
582 _NOEXCEPT_((__noexcept_move_assign_container<_Allocator, __alloc_traits>::value));
826 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value);
828 _NOEXCEPT_(__alloc_traits::is_always_equal::value);
1280 _NOEXCEPT_(is_nothrow_move_constructible<allocator_type>::value)
1352 _NOEXCEPT_((__noexcept_move_assign_container<_Allocator, __alloc_traits>::value))
1362 _NOEXCEPT_(__alloc_traits::is_always_equal::value)
1376 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value)
2243 vector() _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value);
2247 _NOEXCEPT_(is_nothrow_copy_constructible<allocator_type>::value);
2286 _NOEXCEPT_(is_nothrow_move_constructible<allocator_type>::value);
2291 _NOEXCEPT_((__noexcept_move_assign_container<_Allocator, __alloc_traits>::value));
2447 _NOEXCEPT_(!__alloc_traits::propagate_on_container_swap::value ||
2508 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value);
2511 _NOEXCEPT_(
2518 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value)
2648 _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)
2659 _NOEXCEPT_(is_nothrow_copy_constructible<allocator_type>::value)
2903 _NOEXCEPT_(is_nothrow_move_constructible<allocator_type>::value)
2938 _NOEXCEPT_((__noexcept_move_assign_container<_Allocator, __alloc_traits>::value))
2958 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value)
3252 _NOEXCEPT_(!__alloc_traits::propagate_on_container_swap::value ||
3411 _NOEXCEPT_(_NOEXCEPT_(__x.swap(__y)))