Lines Matching refs:friend
46 friend constexpr bool operator==(partial_ordering __v, _CmpUnspecifiedParam) noexcept;
47 friend constexpr bool operator!=(partial_ordering __v, _CmpUnspecifiedParam) noexcept;
48 friend constexpr bool operator<(partial_ordering __v, _CmpUnspecifiedParam) noexcept;
49 friend constexpr bool operator<=(partial_ordering __v, _CmpUnspecifiedParam) noexcept;
50 friend constexpr bool operator>(partial_ordering __v, _CmpUnspecifiedParam) noexcept;
51 friend constexpr bool operator>=(partial_ordering __v, _CmpUnspecifiedParam) noexcept;
52 friend constexpr bool operator==(_CmpUnspecifiedParam, partial_ordering __v) noexcept;
53 friend constexpr bool operator!=(_CmpUnspecifiedParam, partial_ordering __v) noexcept;
54 friend constexpr bool operator<(_CmpUnspecifiedParam, partial_ordering __v) noexcept;
55 friend constexpr bool operator<=(_CmpUnspecifiedParam, partial_ordering __v) noexcept;
56 friend constexpr bool operator>(_CmpUnspecifiedParam, partial_ordering __v) noexcept;
57 friend constexpr bool operator>=(_CmpUnspecifiedParam, partial_ordering __v) noexcept;
59 …friend constexpr partial_ordering operator<=>(partial_ordering __v, _CmpUnspecifiedParam) noexcept;
60 …friend constexpr partial_ordering operator<=>(_CmpUnspecifiedParam, partial_ordering __v) noexcept;
136 friend constexpr bool operator==(weak_ordering __v, _CmpUnspecifiedParam) noexcept;
137 friend constexpr bool operator!=(weak_ordering __v, _CmpUnspecifiedParam) noexcept;
138 friend constexpr bool operator<(weak_ordering __v, _CmpUnspecifiedParam) noexcept;
139 friend constexpr bool operator<=(weak_ordering __v, _CmpUnspecifiedParam) noexcept;
140 friend constexpr bool operator>(weak_ordering __v, _CmpUnspecifiedParam) noexcept;
141 friend constexpr bool operator>=(weak_ordering __v, _CmpUnspecifiedParam) noexcept;
142 friend constexpr bool operator==(_CmpUnspecifiedParam, weak_ordering __v) noexcept;
143 friend constexpr bool operator!=(_CmpUnspecifiedParam, weak_ordering __v) noexcept;
144 friend constexpr bool operator<(_CmpUnspecifiedParam, weak_ordering __v) noexcept;
145 friend constexpr bool operator<=(_CmpUnspecifiedParam, weak_ordering __v) noexcept;
146 friend constexpr bool operator>(_CmpUnspecifiedParam, weak_ordering __v) noexcept;
147 friend constexpr bool operator>=(_CmpUnspecifiedParam, weak_ordering __v) noexcept;
149 friend constexpr weak_ordering operator<=>(weak_ordering __v, _CmpUnspecifiedParam) noexcept;
150 friend constexpr weak_ordering operator<=>(_CmpUnspecifiedParam, weak_ordering __v) noexcept;
230 friend constexpr bool operator==(strong_ordering __v, _CmpUnspecifiedParam) noexcept;
231 friend constexpr bool operator!=(strong_ordering __v, _CmpUnspecifiedParam) noexcept;
232 friend constexpr bool operator<(strong_ordering __v, _CmpUnspecifiedParam) noexcept;
233 friend constexpr bool operator<=(strong_ordering __v, _CmpUnspecifiedParam) noexcept;
234 friend constexpr bool operator>(strong_ordering __v, _CmpUnspecifiedParam) noexcept;
235 friend constexpr bool operator>=(strong_ordering __v, _CmpUnspecifiedParam) noexcept;
236 friend constexpr bool operator==(_CmpUnspecifiedParam, strong_ordering __v) noexcept;
237 friend constexpr bool operator!=(_CmpUnspecifiedParam, strong_ordering __v) noexcept;
238 friend constexpr bool operator<(_CmpUnspecifiedParam, strong_ordering __v) noexcept;
239 friend constexpr bool operator<=(_CmpUnspecifiedParam, strong_ordering __v) noexcept;
240 friend constexpr bool operator>(_CmpUnspecifiedParam, strong_ordering __v) noexcept;
241 friend constexpr bool operator>=(_CmpUnspecifiedParam, strong_ordering __v) noexcept;
243 friend constexpr strong_ordering operator<=>(strong_ordering __v, _CmpUnspecifiedParam) noexcept;
244 friend constexpr strong_ordering operator<=>(_CmpUnspecifiedParam, strong_ordering __v) noexcept;