Searched refs:__is_same_uncvref (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/__type_traits/ |
| H A D | remove_cvref.h | 27 struct __is_same_uncvref : _IsSame<__uncvref_t<_Tp>, __uncvref_t<_Up> > {}; struct
|
| /llvm-project-15.0.7/libcxx/include/__functional/ |
| H A D | reference_wrapper.h | 38 …template <class _Up, class = __enable_if_t<!__is_same_uncvref<_Up, reference_wrapper>::value, decl…
|
| H A D | boyer_moore_searcher.h | 139 static_assert(__is_same_uncvref<typename iterator_traits<_RandomAccessIterator1>::value_type, in operator() 266 … static_assert(__is_same_uncvref<typename std::iterator_traits<_RandomAccessIterator1>::value_type, in operator()
|
| /llvm-project-15.0.7/libcxx/include/experimental/ |
| H A D | functional | 222 … static_assert(__is_same_uncvref<typename iterator_traits<_RandomAccessIterator1>::value_type, 372 … static_assert(__is_same_uncvref<typename std::iterator_traits<_RandomAccessIterator1>::value_type,
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | string | 879 !__is_same_uncvref<_Tp, basic_string>::value> > 908 !__is_same_uncvref<_Tp, basic_string>::value> > 1014 && !__is_same_uncvref<_Tp, basic_string >::value, 1042 && !__is_same_uncvref<_Tp, basic_string>::value, 1053 && !__is_same_uncvref<_Tp, basic_string>::value, 1121 && !__is_same_uncvref<_Tp, basic_string>::value, 1166 …__can_be_converted_to_string_view<_CharT, _Traits, _Tp>::value && !__is_same_uncvref<_Tp, basic_st… 1223 …__can_be_converted_to_string_view<_CharT, _Traits, _Tp>::value && !__is_same_uncvref<_Tp, basic_s… 1425 …__can_be_converted_to_string_view<_CharT, _Traits, _Tp>::value && !__is_same_uncvref<_Tp, basic_s… 2638 && !__is_same_uncvref<_Tp, basic_string<_CharT, _Traits, _Allocator> >::value, [all …]
|
| H A D | __hash_table | 182 …static __enable_if_t<__is_same_uncvref<_Up, __node_value_type>::value, __container_value_type cons… 189 …static __enable_if_t<__is_same_uncvref<_Up, __container_value_type>::value, __container_value_type… 1096 …template <class _Pp, class = __enable_if_t<!__is_same_uncvref<_Pp, __container_value_type>::value>…
|
| H A D | __tree | 601 static __enable_if_t<__is_same_uncvref<_Up, __container_value_type>::value, key_type const&> 614 …static __enable_if_t<__is_same_uncvref<_Up, __container_value_type>::value, __container_value_type…
|
| H A D | map | 795 class = __enable_if_t<__is_same_uncvref<_ValueTp, value_type>::value>
|
| H A D | unordered_map | 879 class = __enable_if_t<__is_same_uncvref<_ValueTp, value_type>::value>
|
| /llvm-project-15.0.7/libcxx/test/libcxx/utilities/function.objects/func.require/ |
| H A D | bullet_1_2_3.pass.cpp | 257 … class = typename std::enable_if<!std::__is_same_uncvref<Type2, ReferenceWrapper>::value>::type>
|