Lines Matching refs:_CmpUnspecifiedParam
41 struct _CmpUnspecifiedParam { struct
43 _CmpUnspecifiedParam(int _CmpUnspecifiedParam::*) noexcept {} in _CmpUnspecifiedParam() function
46 _CmpUnspecifiedParam(_Tp) = delete;
76 friend constexpr bool operator==(partial_ordering __v, _CmpUnspecifiedParam) noexcept {
81 friend constexpr bool operator< (partial_ordering __v, _CmpUnspecifiedParam) noexcept {
86 friend constexpr bool operator<=(partial_ordering __v, _CmpUnspecifiedParam) noexcept {
91 friend constexpr bool operator> (partial_ordering __v, _CmpUnspecifiedParam) noexcept {
96 friend constexpr bool operator>=(partial_ordering __v, _CmpUnspecifiedParam) noexcept {
101 friend constexpr bool operator< (_CmpUnspecifiedParam, partial_ordering __v) noexcept {
106 friend constexpr bool operator<=(_CmpUnspecifiedParam, partial_ordering __v) noexcept {
111 friend constexpr bool operator> (_CmpUnspecifiedParam, partial_ordering __v) noexcept {
116 friend constexpr bool operator>=(_CmpUnspecifiedParam, partial_ordering __v) noexcept {
121 …friend constexpr partial_ordering operator<=>(partial_ordering __v, _CmpUnspecifiedParam) noexcept…
126 …friend constexpr partial_ordering operator<=>(_CmpUnspecifiedParam, partial_ordering __v) noexcept…
160 friend constexpr bool operator==(weak_ordering __v, _CmpUnspecifiedParam) noexcept {
165 friend constexpr bool operator< (weak_ordering __v, _CmpUnspecifiedParam) noexcept {
170 friend constexpr bool operator<=(weak_ordering __v, _CmpUnspecifiedParam) noexcept {
175 friend constexpr bool operator> (weak_ordering __v, _CmpUnspecifiedParam) noexcept {
180 friend constexpr bool operator>=(weak_ordering __v, _CmpUnspecifiedParam) noexcept {
185 friend constexpr bool operator< (_CmpUnspecifiedParam, weak_ordering __v) noexcept {
190 friend constexpr bool operator<=(_CmpUnspecifiedParam, weak_ordering __v) noexcept {
195 friend constexpr bool operator> (_CmpUnspecifiedParam, weak_ordering __v) noexcept {
200 friend constexpr bool operator>=(_CmpUnspecifiedParam, weak_ordering __v) noexcept {
205 friend constexpr weak_ordering operator<=>(weak_ordering __v, _CmpUnspecifiedParam) noexcept {
210 friend constexpr weak_ordering operator<=>(_CmpUnspecifiedParam, weak_ordering __v) noexcept {
252 friend constexpr bool operator==(strong_ordering __v, _CmpUnspecifiedParam) noexcept {
257 friend constexpr bool operator< (strong_ordering __v, _CmpUnspecifiedParam) noexcept {
262 friend constexpr bool operator<=(strong_ordering __v, _CmpUnspecifiedParam) noexcept {
267 friend constexpr bool operator> (strong_ordering __v, _CmpUnspecifiedParam) noexcept {
272 friend constexpr bool operator>=(strong_ordering __v, _CmpUnspecifiedParam) noexcept {
277 friend constexpr bool operator< (_CmpUnspecifiedParam, strong_ordering __v) noexcept {
282 friend constexpr bool operator<=(_CmpUnspecifiedParam, strong_ordering __v) noexcept {
287 friend constexpr bool operator> (_CmpUnspecifiedParam, strong_ordering __v) noexcept {
292 friend constexpr bool operator>=(_CmpUnspecifiedParam, strong_ordering __v) noexcept {
297 friend constexpr strong_ordering operator<=>(strong_ordering __v, _CmpUnspecifiedParam) noexcept {
302 friend constexpr strong_ordering operator<=>(_CmpUnspecifiedParam, strong_ordering __v) noexcept {