Home
last modified time | relevance | path

Searched defs:noexcept (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dmovable_box.h74 operator=(__movable_box const& __other) noexcept(is_nothrow_copy_constructible_v<_Tp>) in noexcept() function
93 operator=(__movable_box&& __other) noexcept(is_nothrow_move_constructible_v<_Tp>) { in noexcept() function
/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dpair.h234 … __nat> const& __p) noexcept(is_nothrow_copy_assignable<first_type>::value && in noexcept() function
243 __p) noexcept(is_nothrow_move_assignable<first_type>::value && in noexcept() function
273 …noexcept(is_nothrow_copy_assignable_v<const first_type> && is_nothrow_copy_assignable_v<const seco… in noexcept() function
283 noexcept(is_nothrow_assignable_v<const first_type&, first_type> && in noexcept() function
/freebsd/contrib/llvm-project/libcxx/include/__flat_set/
H A Dflat_multiset.h326 _LIBCPP_HIDE_FROM_ABI flat_multiset& operator=(flat_multiset&& __other) noexcept( in noexcept() function
H A Dflat_set.h334 …IBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 flat_set& operator=(flat_set&& __other) noexcept( in noexcept() function
/freebsd/contrib/llvm-project/libcxx/include/__flat_map/
H A Dflat_multimap.h391 _LIBCPP_HIDE_FROM_ABI flat_multimap& operator=(flat_multimap&& __other) noexcept( in noexcept() function
H A Dflat_map.h396 …IBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 flat_map& operator=(flat_map&& __other) noexcept( in noexcept() function