Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__compare/
H A Dthree_way_comparable.h36 requires(__make_const_lvalue_ref<_Tp> __a, __make_const_lvalue_ref<_Tp> __b) {
43 common_reference_with<__make_const_lvalue_ref<_Tp>, __make_const_lvalue_ref<_Up>> &&
44 three_way_comparable<common_reference_t<__make_const_lvalue_ref<_Tp>, __make_const_lvalue_ref<_Up>>, _Cat> &&
46 requires(__make_const_lvalue_ref<_Tp> __t, __make_const_lvalue_ref<_Up> __u) {
H A Dcompare_three_way_result.h31 …decltype(std::declval<__make_const_lvalue_ref<_Tp>>() <=> std::declval<__make_const_lvalue_ref<_Up…
33 …decltype(std::declval<__make_const_lvalue_ref<_Tp>>() <=> std::declval<__make_const_lvalue_ref<_Up…
/freebsd/contrib/llvm-project/libcxx/include/__concepts/
H A Dequality_comparable.h30 requires(__make_const_lvalue_ref<_Tp> __t, __make_const_lvalue_ref<_Up> __u) { in requires()
44 common_reference_with<__make_const_lvalue_ref<_Tp>, __make_const_lvalue_ref<_Up>> &&
47 __make_const_lvalue_ref<_Tp>,
48 __make_const_lvalue_ref<_Up>>> &&
H A Dtotally_ordered.h29 concept __partially_ordered_with = requires(__make_const_lvalue_ref<_Tp> __t, __make_const_lvalue_r… in requires()
50 __make_const_lvalue_ref<_Tp>,
51 __make_const_lvalue_ref<_Up>>> &&
H A Dassignable.h32 common_reference_with<__make_const_lvalue_ref<_Lhs>, __make_const_lvalue_ref<_Rhs>> &&
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__type_traits/
H A Dmake_const_lvalue_ref.h22 using __make_const_lvalue_ref = const __libcpp_remove_reference_t<_Tp>&; variable
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dmake_const_lvalue_ref.h22 using __make_const_lvalue_ref _LIBCPP_NODEBUG = const __libcpp_remove_reference_t<_Tp>&;
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dbounded_iter.h81 … is_same<reference, __make_const_lvalue_ref<__iter_reference<_OtherIterator> > > > >::value,
H A Dwrap_iter.h56 … is_same<reference, __make_const_lvalue_ref<__iter_reference<_OtherIter> > > > >::value,
H A Dstatic_bounded_iter.h104 … is_same<reference, __make_const_lvalue_ref<__iter_reference<_OtherIterator> > > > >::value,