Home
last modified time | relevance | path

Searched refs:is_nothrow_assignable (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dexchange.h30 is_nothrow_move_constructible<_T1>::value && is_nothrow_assignable<_T1&, _T2>::value) { in exchange()
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_nothrow_assignable.h24 struct _LIBCPP_TEMPLATE_VIS is_nothrow_assignable : public integral_constant<bool, __is_nothrow_ass… struct
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits133 template <class T, class U> struct is_nothrow_assignable;
365 = is_nothrow_assignable<T, U>::value; // C++17
459 #include <__type_traits/is_nothrow_assignable.h>
H A Dtuple244 #include <__type_traits/is_nothrow_assignable.h>
872 noexcept(_And<is_nothrow_assignable<_Tp&, _Up const&>...>::value) {
881 noexcept(_And<is_nothrow_assignable<_Tp&, _Up>...>::value) {
922 struct _NothrowAssignFromPair : _AssignPredicateFromPair<is_nothrow_assignable, _Const, _Pair> {};
966 noexcept(_And<is_nothrow_assignable<_Tp&, _Up const&>...>::value) {
977 noexcept(_And<is_nothrow_assignable<_Tp&, _Up>...>::value) {
H A Dutility221 noexcept(is_nothrow_move_constructible<T>::value && is_nothrow_assignable<T&, U>::value);
H A D__split_buffer30 #include <__type_traits/is_nothrow_assignable.h>
H A Doptional203 #include <__type_traits/is_nothrow_assignable.h>
H A Dforward_list223 #include <__type_traits/is_nothrow_assignable.h>
H A Dvariant238 #include <__type_traits/is_nothrow_assignable.h>
H A Dlist229 #include <__type_traits/is_nothrow_assignable.h>
H A Dmodule.modulemap1982 …_nothrow_assignable [system] { header "__type_traits/is_nothrow_assignable.h" }
H A D__hash_table32 #include <__type_traits/is_nothrow_assignable.h>
H A D__tree30 #include <__type_traits/is_nothrow_assignable.h>
H A Dvector351 #include <__type_traits/is_nothrow_assignable.h>
H A Dstring626 #include <__type_traits/is_nothrow_assignable.h>
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/lib/libc++/
H A DMakefile1274 TTR_HEADERS+= is_nothrow_assignable.h
H A Dlibcxx.imp780 { include: [ "<__type_traits/is_nothrow_assignable.h>", "private", "<type_traits>", "public" ] },
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1691 SYMBOL(is_nothrow_assignable, std::, <type_traits>)