Home
last modified time | relevance | path

Searched refs:_CmpUnspecifiedParam (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/__compare/
H A Dordering.h36 struct _CmpUnspecifiedParam { struct
37 _LIBCPP_HIDE_FROM_ABI constexpr _CmpUnspecifiedParam(int _CmpUnspecifiedParam::*) noexcept {} in _CmpUnspecifiedParam() argument
40 _CmpUnspecifiedParam(_Tp) = delete;
101 operator<=>(partial_ordering __v, _CmpUnspecifiedParam) noexcept {
106 operator<=>(_CmpUnspecifiedParam, partial_ordering __v) noexcept {
141 …_LIBCPP_HIDE_FROM_ABI friend constexpr bool operator<(weak_ordering __v, _CmpUnspecifiedParam) noe…
149 …_LIBCPP_HIDE_FROM_ABI friend constexpr bool operator>(weak_ordering __v, _CmpUnspecifiedParam) noe…
157 …_LIBCPP_HIDE_FROM_ABI friend constexpr bool operator<(_CmpUnspecifiedParam, weak_ordering __v) noe…
165 …_LIBCPP_HIDE_FROM_ABI friend constexpr bool operator>(_CmpUnspecifiedParam, weak_ordering __v) noe…
250 operator<=>(strong_ordering __v, _CmpUnspecifiedParam) noexcept {
[all …]