Home
last modified time | relevance | path

Searched refs:is_nothrow_assignable_v (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_nothrow_assignable.h29 inline constexpr bool is_nothrow_assignable_v = __is_nothrow_assignable(_Tp, _Arg); variable
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dpair.h315 noexcept(is_nothrow_assignable_v<const first_type&, first_type> && in noexcept()
316 is_nothrow_assignable_v<const second_type&, second_type>) in noexcept()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits364 template <class T, class U> inline constexpr bool is_nothrow_assignable_v
H A Dvariant1256 …operator=(_Arg&& __arg) noexcept(is_nothrow_assignable_v<_Tp&, _Arg> && is_nothrow_constructible_v…
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1692 SYMBOL(is_nothrow_assignable_v, std::, <type_traits>)