• Home
  • Raw
  • Download

Lines Matching refs:_CmpUnspecifiedParam

23 using _CmpUnspecifiedParam = void (_CmpUnspecifiedType::*)();  variable
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;
75 constexpr bool operator==(partial_ordering __v, _CmpUnspecifiedParam) noexcept {
78 constexpr bool operator<(partial_ordering __v, _CmpUnspecifiedParam) noexcept {
81 constexpr bool operator<=(partial_ordering __v, _CmpUnspecifiedParam) noexcept {
84 constexpr bool operator>(partial_ordering __v, _CmpUnspecifiedParam) noexcept {
87 constexpr bool operator>=(partial_ordering __v, _CmpUnspecifiedParam) noexcept {
90 constexpr bool operator==(_CmpUnspecifiedParam, partial_ordering __v) noexcept {
93 constexpr bool operator<(_CmpUnspecifiedParam, partial_ordering __v) noexcept {
96 constexpr bool operator<=(_CmpUnspecifiedParam, partial_ordering __v) noexcept {
99 constexpr bool operator>(_CmpUnspecifiedParam, partial_ordering __v) noexcept {
102 constexpr bool operator>=(_CmpUnspecifiedParam, partial_ordering __v) noexcept {
105 constexpr bool operator!=(partial_ordering __v, _CmpUnspecifiedParam) noexcept {
108 constexpr bool operator!=(_CmpUnspecifiedParam, partial_ordering __v) noexcept {
112 constexpr partial_ordering operator<=>(partial_ordering __v, _CmpUnspecifiedParam) noexcept {
115 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;
164 constexpr bool operator==(weak_ordering __v, _CmpUnspecifiedParam) noexcept {
167 constexpr bool operator!=(weak_ordering __v, _CmpUnspecifiedParam) noexcept {
170 constexpr bool operator<(weak_ordering __v, _CmpUnspecifiedParam) noexcept {
173 constexpr bool operator<=(weak_ordering __v, _CmpUnspecifiedParam) noexcept {
176 constexpr bool operator>(weak_ordering __v, _CmpUnspecifiedParam) noexcept {
179 constexpr bool operator>=(weak_ordering __v, _CmpUnspecifiedParam) noexcept {
182 constexpr bool operator==(_CmpUnspecifiedParam, weak_ordering __v) noexcept {
185 constexpr bool operator!=(_CmpUnspecifiedParam, weak_ordering __v) noexcept {
188 constexpr bool operator<(_CmpUnspecifiedParam, weak_ordering __v) noexcept {
191 constexpr bool operator<=(_CmpUnspecifiedParam, weak_ordering __v) noexcept {
194 constexpr bool operator>(_CmpUnspecifiedParam, weak_ordering __v) noexcept {
197 constexpr bool operator>=(_CmpUnspecifiedParam, weak_ordering __v) noexcept {
201 constexpr weak_ordering operator<=>(weak_ordering __v, _CmpUnspecifiedParam) noexcept {
204 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;
260 constexpr bool operator==(strong_ordering __v, _CmpUnspecifiedParam) noexcept {
263 constexpr bool operator!=(strong_ordering __v, _CmpUnspecifiedParam) noexcept {
266 constexpr bool operator<(strong_ordering __v, _CmpUnspecifiedParam) noexcept {
269 constexpr bool operator<=(strong_ordering __v, _CmpUnspecifiedParam) noexcept {
272 constexpr bool operator>(strong_ordering __v, _CmpUnspecifiedParam) noexcept {
275 constexpr bool operator>=(strong_ordering __v, _CmpUnspecifiedParam) noexcept {
278 constexpr bool operator==(_CmpUnspecifiedParam, strong_ordering __v) noexcept {
281 constexpr bool operator!=(_CmpUnspecifiedParam, strong_ordering __v) noexcept {
284 constexpr bool operator<(_CmpUnspecifiedParam, strong_ordering __v) noexcept {
287 constexpr bool operator<=(_CmpUnspecifiedParam, strong_ordering __v) noexcept {
290 constexpr bool operator>(_CmpUnspecifiedParam, strong_ordering __v) noexcept {
293 constexpr bool operator>=(_CmpUnspecifiedParam, strong_ordering __v) noexcept {
297 constexpr strong_ordering operator<=>(strong_ordering __v, _CmpUnspecifiedParam) noexcept {
300 constexpr strong_ordering operator<=>(_CmpUnspecifiedParam, strong_ordering __v) noexcept {