Home
last modified time | relevance | path

Searched refs:is_trivially_copy_assignable (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_trivially_assignable.h33 struct _LIBCPP_TEMPLATE_VIS is_trivially_copy_assignable struct
40 inline constexpr bool is_trivially_copy_assignable_v = is_trivially_copy_assignable<_Tp>::value;
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dstable_sort.h189 static const unsigned value = 128 * is_trivially_copy_assignable<_Tp>::value;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits125 template <class T> struct is_trivially_copy_assignable;
351 = is_trivially_copy_assignable<T>::value; // C++17
H A Doptional503 is_trivially_copy_assignable<_Tp>::value>
H A Dvariant456 …{__copy_constructible_trait, __trait<_Types, is_trivially_copy_assignable, is_copy_assignable>...}…
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Duninitialized_algorithms.h569 …is_trivially_copy_constructible<_RawTypeIn>::value && is_trivially_copy_assignable<_RawTypeIn>::va…
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1760 SYMBOL(is_trivially_copy_assignable, std::, <type_traits>)
/freebsd/
H A DObsoleteFiles.inc909 OLD_FILES+=usr/include/c++/v1/__type_traits/is_trivially_copy_assignable.h