Home
last modified time | relevance | path

Searched refs:__is_same_uncvref (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__type_traits/
H A Dremove_cvref.h27 struct __is_same_uncvref : _IsSame<__uncvref_t<_Tp>, __uncvref_t<_Up> > {}; struct
/llvm-project-15.0.7/libcxx/include/__functional/
H A Dreference_wrapper.h38 …template <class _Up, class = __enable_if_t<!__is_same_uncvref<_Up, reference_wrapper>::value, decl…
H A Dboyer_moore_searcher.h139 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 Dfunctional222 … 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 Dstring879 !__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_table182 …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__tree601 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 Dmap795 class = __enable_if_t<__is_same_uncvref<_ValueTp, value_type>::value>
H A Dunordered_map879 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 Dbullet_1_2_3.pass.cpp257 … class = typename std::enable_if<!std::__is_same_uncvref<Type2, ReferenceWrapper>::value>::type>