• Home
  • Raw
  • Download

Lines Matching refs:_CmpUnspecifiedParam

157 struct _CmpUnspecifiedParam {
159 _CmpUnspecifiedParam(int _CmpUnspecifiedParam::*) noexcept {}
162 _CmpUnspecifiedParam(_Tp) = delete;
173 …LINE_VISIBILITY friend constexpr bool operator==(weak_equality __v, _CmpUnspecifiedParam) noexcept;
174 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator==(_CmpUnspecifiedParam, weak_equality __v…
175 …LINE_VISIBILITY friend constexpr bool operator!=(weak_equality __v, _CmpUnspecifiedParam) noexcept;
176 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator!=(_CmpUnspecifiedParam, weak_equality __v…
179 …ILITY friend constexpr weak_equality operator<=>(weak_equality __v, _CmpUnspecifiedParam) noexcept;
180 …_LIBCPP_INLINE_VISIBILITY friend constexpr weak_equality operator<=>(_CmpUnspecifiedParam, weak_eq…
191 inline constexpr bool operator==(weak_equality __v, _CmpUnspecifiedParam) noexcept {
196 inline constexpr bool operator==(_CmpUnspecifiedParam, weak_equality __v) noexcept {
201 inline constexpr bool operator!=(weak_equality __v, _CmpUnspecifiedParam) noexcept {
206 inline constexpr bool operator!=(_CmpUnspecifiedParam, weak_equality __v) noexcept {
212 inline constexpr weak_equality operator<=>(weak_equality __v, _CmpUnspecifiedParam) noexcept {
217 inline constexpr weak_equality operator<=>(_CmpUnspecifiedParam, weak_equality __v) noexcept {
239 …NE_VISIBILITY friend constexpr bool operator==(strong_equality __v, _CmpUnspecifiedParam) noexcept;
240 …NE_VISIBILITY friend constexpr bool operator!=(strong_equality __v, _CmpUnspecifiedParam) noexcept;
241 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator==(_CmpUnspecifiedParam, strong_equality _…
242 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator!=(_CmpUnspecifiedParam, strong_equality _…
245 …Y friend constexpr strong_equality operator<=>(strong_equality __v, _CmpUnspecifiedParam) noexcept;
246 …_LIBCPP_INLINE_VISIBILITY friend constexpr strong_equality operator<=>(_CmpUnspecifiedParam, stron…
258 constexpr bool operator==(strong_equality __v, _CmpUnspecifiedParam) noexcept {
263 constexpr bool operator==(_CmpUnspecifiedParam, strong_equality __v) noexcept {
268 constexpr bool operator!=(strong_equality __v, _CmpUnspecifiedParam) noexcept {
273 constexpr bool operator!=(_CmpUnspecifiedParam, strong_equality __v) noexcept {
279 constexpr strong_equality operator<=>(strong_equality __v, _CmpUnspecifiedParam) noexcept {
284 constexpr strong_equality operator<=>(_CmpUnspecifiedParam, strong_equality __v) noexcept {
320 …E_VISIBILITY friend constexpr bool operator==(partial_ordering __v, _CmpUnspecifiedParam) noexcept;
321 …E_VISIBILITY friend constexpr bool operator!=(partial_ordering __v, _CmpUnspecifiedParam) noexcept;
322 …E_VISIBILITY friend constexpr bool operator< (partial_ordering __v, _CmpUnspecifiedParam) noexcept;
323 …E_VISIBILITY friend constexpr bool operator<=(partial_ordering __v, _CmpUnspecifiedParam) noexcept;
324 …E_VISIBILITY friend constexpr bool operator> (partial_ordering __v, _CmpUnspecifiedParam) noexcept;
325 …E_VISIBILITY friend constexpr bool operator>=(partial_ordering __v, _CmpUnspecifiedParam) noexcept;
326 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator==(_CmpUnspecifiedParam, partial_ordering …
327 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator!=(_CmpUnspecifiedParam, partial_ordering …
328 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator< (_CmpUnspecifiedParam, partial_ordering …
329 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator<=(_CmpUnspecifiedParam, partial_ordering …
330 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator> (_CmpUnspecifiedParam, partial_ordering …
331 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator>=(_CmpUnspecifiedParam, partial_ordering …
336 …friend constexpr partial_ordering operator<=>(partial_ordering __v, _CmpUnspecifiedParam) noexcept;
337 …_LIBCPP_INLINE_VISIBILITY friend constexpr partial_ordering operator<=>(_CmpUnspecifiedParam, part…
350 constexpr bool operator==(partial_ordering __v, _CmpUnspecifiedParam) noexcept {
354 constexpr bool operator< (partial_ordering __v, _CmpUnspecifiedParam) noexcept {
358 constexpr bool operator<=(partial_ordering __v, _CmpUnspecifiedParam) noexcept {
362 constexpr bool operator> (partial_ordering __v, _CmpUnspecifiedParam) noexcept {
366 constexpr bool operator>=(partial_ordering __v, _CmpUnspecifiedParam) noexcept {
371 constexpr bool operator==(_CmpUnspecifiedParam, partial_ordering __v) noexcept {
375 constexpr bool operator< (_CmpUnspecifiedParam, partial_ordering __v) noexcept {
379 constexpr bool operator<=(_CmpUnspecifiedParam, partial_ordering __v) noexcept {
383 constexpr bool operator> (_CmpUnspecifiedParam, partial_ordering __v) noexcept {
387 constexpr bool operator>=(_CmpUnspecifiedParam, partial_ordering __v) noexcept {
392 constexpr bool operator!=(partial_ordering __v, _CmpUnspecifiedParam) noexcept {
396 constexpr bool operator!=(_CmpUnspecifiedParam, partial_ordering __v) noexcept {
402 constexpr partial_ordering operator<=>(partial_ordering __v, _CmpUnspecifiedParam) noexcept {
406 constexpr partial_ordering operator<=>(_CmpUnspecifiedParam, partial_ordering __v) noexcept {
438 …LINE_VISIBILITY friend constexpr bool operator==(weak_ordering __v, _CmpUnspecifiedParam) noexcept;
439 …LINE_VISIBILITY friend constexpr bool operator!=(weak_ordering __v, _CmpUnspecifiedParam) noexcept;
440 …LINE_VISIBILITY friend constexpr bool operator< (weak_ordering __v, _CmpUnspecifiedParam) noexcept;
441 …LINE_VISIBILITY friend constexpr bool operator<=(weak_ordering __v, _CmpUnspecifiedParam) noexcept;
442 …LINE_VISIBILITY friend constexpr bool operator> (weak_ordering __v, _CmpUnspecifiedParam) noexcept;
443 …LINE_VISIBILITY friend constexpr bool operator>=(weak_ordering __v, _CmpUnspecifiedParam) noexcept;
444 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator==(_CmpUnspecifiedParam, weak_ordering __v…
445 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator!=(_CmpUnspecifiedParam, weak_ordering __v…
446 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator< (_CmpUnspecifiedParam, weak_ordering __v…
447 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator<=(_CmpUnspecifiedParam, weak_ordering __v…
448 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator> (_CmpUnspecifiedParam, weak_ordering __v…
449 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator>=(_CmpUnspecifiedParam, weak_ordering __v…
454 …ILITY friend constexpr weak_ordering operator<=>(weak_ordering __v, _CmpUnspecifiedParam) noexcept;
455 …_LIBCPP_INLINE_VISIBILITY friend constexpr weak_ordering operator<=>(_CmpUnspecifiedParam, weak_or…
467 constexpr bool operator==(weak_ordering __v, _CmpUnspecifiedParam) noexcept {
471 constexpr bool operator!=(weak_ordering __v, _CmpUnspecifiedParam) noexcept {
475 constexpr bool operator< (weak_ordering __v, _CmpUnspecifiedParam) noexcept {
479 constexpr bool operator<=(weak_ordering __v, _CmpUnspecifiedParam) noexcept {
483 constexpr bool operator> (weak_ordering __v, _CmpUnspecifiedParam) noexcept {
487 constexpr bool operator>=(weak_ordering __v, _CmpUnspecifiedParam) noexcept {
491 constexpr bool operator==(_CmpUnspecifiedParam, weak_ordering __v) noexcept {
495 constexpr bool operator!=(_CmpUnspecifiedParam, weak_ordering __v) noexcept {
499 constexpr bool operator< (_CmpUnspecifiedParam, weak_ordering __v) noexcept {
503 constexpr bool operator<=(_CmpUnspecifiedParam, weak_ordering __v) noexcept {
507 constexpr bool operator> (_CmpUnspecifiedParam, weak_ordering __v) noexcept {
511 constexpr bool operator>=(_CmpUnspecifiedParam, weak_ordering __v) noexcept {
517 constexpr weak_ordering operator<=>(weak_ordering __v, _CmpUnspecifiedParam) noexcept {
521 constexpr weak_ordering operator<=>(_CmpUnspecifiedParam, weak_ordering __v) noexcept {
566 …NE_VISIBILITY friend constexpr bool operator==(strong_ordering __v, _CmpUnspecifiedParam) noexcept;
567 …NE_VISIBILITY friend constexpr bool operator!=(strong_ordering __v, _CmpUnspecifiedParam) noexcept;
568 …NE_VISIBILITY friend constexpr bool operator< (strong_ordering __v, _CmpUnspecifiedParam) noexcept;
569 …NE_VISIBILITY friend constexpr bool operator<=(strong_ordering __v, _CmpUnspecifiedParam) noexcept;
570 …NE_VISIBILITY friend constexpr bool operator> (strong_ordering __v, _CmpUnspecifiedParam) noexcept;
571 …NE_VISIBILITY friend constexpr bool operator>=(strong_ordering __v, _CmpUnspecifiedParam) noexcept;
572 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator==(_CmpUnspecifiedParam, strong_ordering _…
573 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator!=(_CmpUnspecifiedParam, strong_ordering _…
574 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator< (_CmpUnspecifiedParam, strong_ordering _…
575 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator<=(_CmpUnspecifiedParam, strong_ordering _…
576 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator> (_CmpUnspecifiedParam, strong_ordering _…
577 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator>=(_CmpUnspecifiedParam, strong_ordering _…
582 …Y friend constexpr strong_ordering operator<=>(strong_ordering __v, _CmpUnspecifiedParam) noexcept;
583 …_LIBCPP_INLINE_VISIBILITY friend constexpr strong_ordering operator<=>(_CmpUnspecifiedParam, stron…
596 constexpr bool operator==(strong_ordering __v, _CmpUnspecifiedParam) noexcept {
600 constexpr bool operator!=(strong_ordering __v, _CmpUnspecifiedParam) noexcept {
604 constexpr bool operator< (strong_ordering __v, _CmpUnspecifiedParam) noexcept {
608 constexpr bool operator<=(strong_ordering __v, _CmpUnspecifiedParam) noexcept {
612 constexpr bool operator> (strong_ordering __v, _CmpUnspecifiedParam) noexcept {
616 constexpr bool operator>=(strong_ordering __v, _CmpUnspecifiedParam) noexcept {
620 constexpr bool operator==(_CmpUnspecifiedParam, strong_ordering __v) noexcept {
624 constexpr bool operator!=(_CmpUnspecifiedParam, strong_ordering __v) noexcept {
628 constexpr bool operator< (_CmpUnspecifiedParam, strong_ordering __v) noexcept {
632 constexpr bool operator<=(_CmpUnspecifiedParam, strong_ordering __v) noexcept {
636 constexpr bool operator> (_CmpUnspecifiedParam, strong_ordering __v) noexcept {
640 constexpr bool operator>=(_CmpUnspecifiedParam, strong_ordering __v) noexcept {
646 constexpr strong_ordering operator<=>(strong_ordering __v, _CmpUnspecifiedParam) noexcept {
650 constexpr strong_ordering operator<=>(_CmpUnspecifiedParam, strong_ordering __v) noexcept {