Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__type_traits/
H A Dhas_unique_object_representation.h26 struct _LIBCPP_TEMPLATE_VIS has_unique_object_representations struct
30 inline constexpr bool has_unique_object_representations_v = has_unique_object_representations<_Tp>:…
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc105 using std::has_unique_object_representations;
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dtype_traits142 template<class T> struct has_unique_object_representations; // C++17
379 = has_unique_object_representations<T>::value;
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1455 SYMBOL(has_unique_object_representations, std::, <type_traits>)