Lines Matching refs:_NOEXCEPT_
363 _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value);
383 _NOEXCEPT_(
407 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value)
430 _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)
483 vector() _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)
491 _NOEXCEPT_(is_nothrow_copy_constructible<allocator_type>::value)
559 _NOEXCEPT_(is_nothrow_move_constructible<allocator_type>::value);
565 _NOEXCEPT_(
750 _NOEXCEPT_(!__alloc_traits::propagate_on_container_swap::value ||
789 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value);
1230 _NOEXCEPT_(is_nothrow_move_constructible<allocator_type>::value)
1306 _NOEXCEPT_(
1331 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value)
2016 _NOEXCEPT_(!__alloc_traits::propagate_on_container_swap::value ||
2167 vector() _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value);
2171 _NOEXCEPT_(is_nothrow_copy_constructible<allocator_type>::value);
2211 _NOEXCEPT_(is_nothrow_move_constructible<allocator_type>::value);
2216 _NOEXCEPT_(
2363 _NOEXCEPT_(!__alloc_traits::propagate_on_container_swap::value ||
2423 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value);
2426 _NOEXCEPT_(
2433 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value)
2549 _NOEXCEPT_(is_nothrow_default_constructible<allocator_type>::value)
2560 _NOEXCEPT_(is_nothrow_copy_constructible<allocator_type>::value)
2805 _NOEXCEPT_(is_nothrow_move_constructible<allocator_type>::value)
2841 _NOEXCEPT_(
2863 _NOEXCEPT_(is_nothrow_move_assignable<allocator_type>::value)
3152 _NOEXCEPT_(!__alloc_traits::propagate_on_container_swap::value ||
3311 _NOEXCEPT_(_NOEXCEPT_(__x.swap(__y)))