Home
last modified time | relevance | path

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 Dthree_way_comparable.h36 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 Dcompare_three_way_result.h31 …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 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-14.2/contrib/llvm-project/libcxx/include/__type_traits/
H A Dmake_const_lvalue_ref.h22 using __make_const_lvalue_ref = const __libcpp_remove_reference_t<_Tp>&; variable