Searched refs:__make_const_lvalue_ref (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__compare/ |
| H A D | three_way_comparable.h | 36 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 D | compare_three_way_result.h | 31 …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 D | equality_comparable.h | 30 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 D | totally_ordered.h | 29 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 D | assignable.h | 32 common_reference_with<__make_const_lvalue_ref<_Lhs>, __make_const_lvalue_ref<_Rhs>> &&
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__type_traits/ |
| H A D | make_const_lvalue_ref.h | 22 using __make_const_lvalue_ref = const __libcpp_remove_reference_t<_Tp>&; variable
|
| /freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
| H A D | make_const_lvalue_ref.h | 22 using __make_const_lvalue_ref _LIBCPP_NODEBUG = const __libcpp_remove_reference_t<_Tp>&;
|
| /freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | bounded_iter.h | 81 … is_same<reference, __make_const_lvalue_ref<__iter_reference<_OtherIterator> > > > >::value,
|
| H A D | wrap_iter.h | 56 … is_same<reference, __make_const_lvalue_ref<__iter_reference<_OtherIter> > > > >::value,
|
| H A D | static_bounded_iter.h | 104 … is_same<reference, __make_const_lvalue_ref<__iter_reference<_OtherIterator> > > > >::value,
|