Home
last modified time | relevance | path

Searched refs:__is_cheap_to_copy (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_trivially_copyable.h32 inline constexpr bool __is_cheap_to_copy = is_trivially_copyable_v<_Tp> && sizeof(_Tp) <= sizeof(st… variable
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_min.h70 if constexpr (forward_range<_Rp> && !__is_cheap_to_copy<range_value_t<_Rp>>) {
H A Dranges_max.h75 if constexpr (forward_range<_Rp> && !__is_cheap_to_copy<range_value_t<_Rp>>) {
H A Dranges_minmax.h91 __is_cheap_to_copy<_ValueT> & __is_identity<_Proj>::value &&