Home
last modified time | relevance | path

Searched refs:is_trivially_move_assignable (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_trivially_assignable.h44 struct _LIBCPP_TEMPLATE_VIS is_trivially_move_assignable struct
51 inline constexpr bool is_trivially_move_assignable_v = is_trivially_move_assignable<_Tp>::value;
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Drotate.h131 if (is_trivially_move_assignable<value_type>::value) { in __rotate_impl()
145 if (is_trivially_move_assignable<value_type>::value) { in __rotate_impl()
161 if (is_trivially_move_assignable<value_type>::value) { in __rotate_impl()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits126 template <class T> struct is_trivially_move_assignable;
353 = is_trivially_move_assignable<T>::value; // C++17
H A Doptional527 is_trivially_move_assignable<_Tp>::value>
H A Dvariant459 …{__move_constructible_trait, __trait<_Types, is_trivially_move_assignable, is_move_assignable>...}…
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1770 SYMBOL(is_trivially_move_assignable, std::, <type_traits>)
/freebsd/
H A DObsoleteFiles.inc912 OLD_FILES+=usr/include/c++/v1/__type_traits/is_trivially_move_assignable.h