Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dhas_unique_object_representations.pass.cpp27 static_assert( std::has_unique_object_representations_v<T>, ""); in test_has_unique_object_representations()
28 static_assert( std::has_unique_object_representations_v<const T>, ""); in test_has_unique_object_representations()
29 static_assert( std::has_unique_object_representations_v<volatile T>, ""); in test_has_unique_object_representations()
30 static_assert( std::has_unique_object_representations_v<const volatile T>, ""); in test_has_unique_object_representations()
41 static_assert(!std::has_unique_object_representations_v<T>, ""); in test_has_not_has_unique_object_representations()
42 static_assert(!std::has_unique_object_representations_v<const T>, ""); in test_has_not_has_unique_object_representations()
43 static_assert(!std::has_unique_object_representations_v<volatile T>, ""); in test_has_not_has_unique_object_representations()
44 static_assert(!std::has_unique_object_representations_v<const volatile T>, ""); in test_has_not_has_unique_object_representations()
/llvm-project-15.0.7/libcxx/include/__type_traits/
H A Dhas_unique_object_representation.h30 inline constexpr bool has_unique_object_representations_v = has_unique_object_representations<_Tp>:… variable
/llvm-project-15.0.7/libcxx/include/
H A Dtype_traits378 template<class T> inline constexpr bool has_unique_object_representations_v // C++17
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DStdSymbolMap.inc431 SYMBOL(has_unique_object_representations_v, std::, <type_traits>)