• Home
  • Raw
  • Download

Lines Matching refs:bool

26   constexpr bool is_eq  (weak_equality cmp) noexcept    { return cmp == 0; }
27 constexpr bool is_neq (weak_equality cmp) noexcept { return cmp != 0; }
28 constexpr bool is_lt (partial_ordering cmp) noexcept { return cmp < 0; }
29 constexpr bool is_lteq(partial_ordering cmp) noexcept { return cmp <= 0; }
30 constexpr bool is_gt (partial_ordering cmp) noexcept { return cmp > 0; }
31 constexpr bool is_gteq(partial_ordering cmp) noexcept { return cmp >= 0; }
91 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator==(weak_equality __v, _CmpUnspecifiedParam…
92 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator==(_CmpUnspecifiedParam, weak_equality __v…
93 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator!=(weak_equality __v, _CmpUnspecifiedParam…
94 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator!=(_CmpUnspecifiedParam, weak_equality __v…
109 inline constexpr bool operator==(weak_equality __v, _CmpUnspecifiedParam) noexcept {
114 inline constexpr bool operator==(_CmpUnspecifiedParam, weak_equality __v) noexcept {
119 inline constexpr bool operator!=(weak_equality __v, _CmpUnspecifiedParam) noexcept {
124 inline constexpr bool operator!=(_CmpUnspecifiedParam, weak_equality __v) noexcept {
157 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator==(strong_equality __v, _CmpUnspecifiedPar…
158 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator!=(strong_equality __v, _CmpUnspecifiedPar…
159 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator==(_CmpUnspecifiedParam, strong_equality _…
160 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator!=(_CmpUnspecifiedParam, strong_equality _…
176 constexpr bool operator==(strong_equality __v, _CmpUnspecifiedParam) noexcept {
181 constexpr bool operator==(_CmpUnspecifiedParam, strong_equality __v) noexcept {
186 constexpr bool operator!=(strong_equality __v, _CmpUnspecifiedParam) noexcept {
191 constexpr bool operator!=(_CmpUnspecifiedParam, strong_equality __v) noexcept {
222 constexpr bool __is_ordered() const noexcept {
238 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator==(partial_ordering __v, _CmpUnspecifiedPa…
239 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator!=(partial_ordering __v, _CmpUnspecifiedPa…
240 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator< (partial_ordering __v, _CmpUnspecifiedPa…
241 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator<=(partial_ordering __v, _CmpUnspecifiedPa…
242 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator> (partial_ordering __v, _CmpUnspecifiedPa…
243 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator>=(partial_ordering __v, _CmpUnspecifiedPa…
244 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator==(_CmpUnspecifiedParam, partial_ordering …
245 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator!=(_CmpUnspecifiedParam, partial_ordering …
246 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator< (_CmpUnspecifiedParam, partial_ordering …
247 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator<=(_CmpUnspecifiedParam, partial_ordering …
248 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator> (_CmpUnspecifiedParam, partial_ordering …
249 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator>=(_CmpUnspecifiedParam, partial_ordering …
266 constexpr bool operator==(partial_ordering __v, _CmpUnspecifiedParam) noexcept {
270 constexpr bool operator< (partial_ordering __v, _CmpUnspecifiedParam) noexcept {
274 constexpr bool operator<=(partial_ordering __v, _CmpUnspecifiedParam) noexcept {
278 constexpr bool operator> (partial_ordering __v, _CmpUnspecifiedParam) noexcept {
282 constexpr bool operator>=(partial_ordering __v, _CmpUnspecifiedParam) noexcept {
287 constexpr bool operator==(_CmpUnspecifiedParam, partial_ordering __v) noexcept {
291 constexpr bool operator< (_CmpUnspecifiedParam, partial_ordering __v) noexcept {
295 constexpr bool operator<=(_CmpUnspecifiedParam, partial_ordering __v) noexcept {
299 constexpr bool operator> (_CmpUnspecifiedParam, partial_ordering __v) noexcept {
303 constexpr bool operator>=(_CmpUnspecifiedParam, partial_ordering __v) noexcept {
308 constexpr bool operator!=(partial_ordering __v, _CmpUnspecifiedParam) noexcept {
312 constexpr bool operator!=(_CmpUnspecifiedParam, partial_ordering __v) noexcept {
354 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator==(weak_ordering __v, _CmpUnspecifiedParam…
355 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator!=(weak_ordering __v, _CmpUnspecifiedParam…
356 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator< (weak_ordering __v, _CmpUnspecifiedParam…
357 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator<=(weak_ordering __v, _CmpUnspecifiedParam…
358 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator> (weak_ordering __v, _CmpUnspecifiedParam…
359 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator>=(weak_ordering __v, _CmpUnspecifiedParam…
360 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator==(_CmpUnspecifiedParam, weak_ordering __v…
361 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator!=(_CmpUnspecifiedParam, weak_ordering __v…
362 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator< (_CmpUnspecifiedParam, weak_ordering __v…
363 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator<=(_CmpUnspecifiedParam, weak_ordering __v…
364 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator> (_CmpUnspecifiedParam, weak_ordering __v…
365 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator>=(_CmpUnspecifiedParam, weak_ordering __v…
381 constexpr bool operator==(weak_ordering __v, _CmpUnspecifiedParam) noexcept {
385 constexpr bool operator!=(weak_ordering __v, _CmpUnspecifiedParam) noexcept {
389 constexpr bool operator< (weak_ordering __v, _CmpUnspecifiedParam) noexcept {
393 constexpr bool operator<=(weak_ordering __v, _CmpUnspecifiedParam) noexcept {
397 constexpr bool operator> (weak_ordering __v, _CmpUnspecifiedParam) noexcept {
401 constexpr bool operator>=(weak_ordering __v, _CmpUnspecifiedParam) noexcept {
405 constexpr bool operator==(_CmpUnspecifiedParam, weak_ordering __v) noexcept {
409 constexpr bool operator!=(_CmpUnspecifiedParam, weak_ordering __v) noexcept {
413 constexpr bool operator< (_CmpUnspecifiedParam, weak_ordering __v) noexcept {
417 constexpr bool operator<=(_CmpUnspecifiedParam, weak_ordering __v) noexcept {
421 constexpr bool operator> (_CmpUnspecifiedParam, weak_ordering __v) noexcept {
425 constexpr bool operator>=(_CmpUnspecifiedParam, weak_ordering __v) noexcept {
480 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator==(strong_ordering __v, _CmpUnspecifiedPar…
481 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator!=(strong_ordering __v, _CmpUnspecifiedPar…
482 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator< (strong_ordering __v, _CmpUnspecifiedPar…
483 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator<=(strong_ordering __v, _CmpUnspecifiedPar…
484 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator> (strong_ordering __v, _CmpUnspecifiedPar…
485 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator>=(strong_ordering __v, _CmpUnspecifiedPar…
486 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator==(_CmpUnspecifiedParam, strong_ordering _…
487 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator!=(_CmpUnspecifiedParam, strong_ordering _…
488 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator< (_CmpUnspecifiedParam, strong_ordering _…
489 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator<=(_CmpUnspecifiedParam, strong_ordering _…
490 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator> (_CmpUnspecifiedParam, strong_ordering _…
491 …_LIBCPP_INLINE_VISIBILITY friend constexpr bool operator>=(_CmpUnspecifiedParam, strong_ordering _…
508 constexpr bool operator==(strong_ordering __v, _CmpUnspecifiedParam) noexcept {
512 constexpr bool operator!=(strong_ordering __v, _CmpUnspecifiedParam) noexcept {
516 constexpr bool operator< (strong_ordering __v, _CmpUnspecifiedParam) noexcept {
520 constexpr bool operator<=(strong_ordering __v, _CmpUnspecifiedParam) noexcept {
524 constexpr bool operator> (strong_ordering __v, _CmpUnspecifiedParam) noexcept {
528 constexpr bool operator>=(strong_ordering __v, _CmpUnspecifiedParam) noexcept {
532 constexpr bool operator==(_CmpUnspecifiedParam, strong_ordering __v) noexcept {
536 constexpr bool operator!=(_CmpUnspecifiedParam, strong_ordering __v) noexcept {
540 constexpr bool operator< (_CmpUnspecifiedParam, strong_ordering __v) noexcept {
544 constexpr bool operator<=(_CmpUnspecifiedParam, strong_ordering __v) noexcept {
548 constexpr bool operator> (_CmpUnspecifiedParam, strong_ordering __v) noexcept {
552 constexpr bool operator>=(_CmpUnspecifiedParam, strong_ordering __v) noexcept {
569 constexpr bool is_eq(weak_equality __cmp) noexcept { return __cmp == 0; }
572 constexpr bool is_neq(weak_equality __cmp) noexcept { return __cmp != 0; }
575 constexpr bool is_lt(partial_ordering __cmp) noexcept { return __cmp < 0; }
578 constexpr bool is_lteq(partial_ordering __cmp) noexcept { return __cmp <= 0; }
581 constexpr bool is_gt(partial_ordering __cmp) noexcept { return __cmp > 0; }
584 constexpr bool is_gteq(partial_ordering __cmp) noexcept { return __cmp >= 0; }