Searched refs:is_nothrow_assignable (Results 1 – 19 of 19) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__utility/ |
H A D | exchange.h | 30 is_nothrow_move_constructible<_T1>::value && is_nothrow_assignable<_T1&, _T2>::value) { in exchange()
|
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
H A D | is_nothrow_assignable.h | 24 struct _LIBCPP_TEMPLATE_VIS is_nothrow_assignable : public integral_constant<bool, __is_nothrow_ass… struct
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | type_traits | 133 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 D | tuple | 244 #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 D | utility | 221 noexcept(is_nothrow_move_constructible<T>::value && is_nothrow_assignable<T&, U>::value);
|
H A D | __split_buffer | 30 #include <__type_traits/is_nothrow_assignable.h>
|
H A D | optional | 203 #include <__type_traits/is_nothrow_assignable.h>
|
H A D | forward_list | 223 #include <__type_traits/is_nothrow_assignable.h>
|
H A D | variant | 238 #include <__type_traits/is_nothrow_assignable.h>
|
H A D | list | 229 #include <__type_traits/is_nothrow_assignable.h>
|
H A D | module.modulemap | 1982 …_nothrow_assignable [system] { header "__type_traits/is_nothrow_assignable.h" }
|
H A D | __hash_table | 32 #include <__type_traits/is_nothrow_assignable.h>
|
H A D | __tree | 30 #include <__type_traits/is_nothrow_assignable.h>
|
H A D | vector | 351 #include <__type_traits/is_nothrow_assignable.h>
|
H A D | string | 626 #include <__type_traits/is_nothrow_assignable.h>
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | type_traits.cppm |
|
/freebsd/lib/libc++/ |
H A D | Makefile | 1274 TTR_HEADERS+= is_nothrow_assignable.h
|
H A D | libcxx.imp | 780 { include: [ "<__type_traits/is_nothrow_assignable.h>", "private", "<type_traits>", "public" ] },
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 1691 SYMBOL(is_nothrow_assignable, std::, <type_traits>)
|