Searched refs:__make_const_lvalue_ref (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/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) { in requires() 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>… 46 requires(__make_const_lvalue_ref<_Tp> __t, __make_const_lvalue_ref<_Up> __u) { in requires()
|
| H A D | compare_three_way_result.h | 31 …decltype(std::declval<__make_const_lvalue_ref<_Tp>>() <=> std::declval<__make_const_lvalue_ref<_Up… 32 …using type = decltype(std::declval<__make_const_lvalue_ref<_Tp>>() <=> std::declval<__make_const_l…
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/libcxx/include/__type_traits/ |
| H A D | make_const_lvalue_ref.h | 22 using __make_const_lvalue_ref = const __libcpp_remove_reference_t<_Tp>&; variable
|