Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGenCXX/Inputs/
Dstd-compare.h13 enum class _OrdResult : signed char { enum
29 explicit constexpr partial_ordering(_OrdResult __v) noexcept in partial_ordering()
71 inline constexpr partial_ordering partial_ordering::less(_OrdResult::__less);
73 inline constexpr partial_ordering partial_ordering::greater(_OrdResult::__greater);
122 explicit constexpr weak_ordering(_OrdResult __v) noexcept : __value_(_ValueT(__v)) {} in weak_ordering()
161 inline constexpr weak_ordering weak_ordering::less(_OrdResult::__less);
163 inline constexpr weak_ordering weak_ordering::greater(_OrdResult::__greater);
211 …explicit constexpr strong_ordering(_OrdResult __v) noexcept : __value_(static_cast<signed char>(__… in strong_ordering()
255 inline constexpr strong_ordering strong_ordering::less(_OrdResult::__less);
258 inline constexpr strong_ordering strong_ordering::greater(_OrdResult::__greater);
/external/llvm-project/clang/test/SemaCXX/Inputs/
Dstd-compare.h13 enum class _OrdResult : signed char { enum
29 explicit constexpr partial_ordering(_OrdResult __v) noexcept in partial_ordering()
71 inline constexpr partial_ordering partial_ordering::less(_OrdResult::__less);
73 inline constexpr partial_ordering partial_ordering::greater(_OrdResult::__greater);
122 explicit constexpr weak_ordering(_OrdResult __v) noexcept : __value_(_ValueT(__v)) {} in weak_ordering()
161 inline constexpr weak_ordering weak_ordering::less(_OrdResult::__less);
163 inline constexpr weak_ordering weak_ordering::greater(_OrdResult::__greater);
211 …explicit constexpr strong_ordering(_OrdResult __v) noexcept : __value_(static_cast<signed char>(__… in strong_ordering()
255 inline constexpr strong_ordering strong_ordering::less(_OrdResult::__less);
258 inline constexpr strong_ordering strong_ordering::greater(_OrdResult::__greater);
/external/llvm-project/clang/test/PCH/Inputs/
Dstd-compare.h13 enum class _OrdResult : signed char { enum
29 explicit constexpr partial_ordering(_OrdResult __v) noexcept in partial_ordering()
71 inline constexpr partial_ordering partial_ordering::less(_OrdResult::__less);
73 inline constexpr partial_ordering partial_ordering::greater(_OrdResult::__greater);
122 explicit constexpr weak_ordering(_OrdResult __v) noexcept : __value_(_ValueT(__v)) {} in weak_ordering()
161 inline constexpr weak_ordering weak_ordering::less(_OrdResult::__less);
163 inline constexpr weak_ordering weak_ordering::greater(_OrdResult::__greater);
211 …explicit constexpr strong_ordering(_OrdResult __v) noexcept : __value_(static_cast<signed char>(__… in strong_ordering()
255 inline constexpr strong_ordering strong_ordering::less(_OrdResult::__less);
258 inline constexpr strong_ordering strong_ordering::greater(_OrdResult::__greater);
/external/libcxx/include/
Dcompare71 enum class _LIBCPP_ENUM_VIS _OrdResult : signed char {
215 explicit constexpr partial_ordering(_OrdResult __v) noexcept
260 _LIBCPP_INLINE_VAR constexpr partial_ordering partial_ordering::less(_OrdResult::__less);
262 _LIBCPP_INLINE_VAR constexpr partial_ordering partial_ordering::greater(_OrdResult::__greater);
333 explicit constexpr weak_ordering(_OrdResult __v) noexcept : __value_(_ValueT(__v)) {}
376 _LIBCPP_INLINE_VAR constexpr weak_ordering weak_ordering::less(_OrdResult::__less);
378 _LIBCPP_INLINE_VAR constexpr weak_ordering weak_ordering::greater(_OrdResult::__greater);
446 explicit constexpr strong_ordering(_OrdResult __v) noexcept : __value_(_ValueT(__v)) {}
502 _LIBCPP_INLINE_VAR constexpr strong_ordering strong_ordering::less(_OrdResult::__less);
505 _LIBCPP_INLINE_VAR constexpr strong_ordering strong_ordering::greater(_OrdResult::__greater);
/external/llvm-project/libcxx/include/
Dcompare148 enum class _LIBCPP_ENUM_VIS _OrdResult : signed char {
297 explicit constexpr partial_ordering(_OrdResult __v) noexcept
344 _LIBCPP_INLINE_VAR constexpr partial_ordering partial_ordering::less(_OrdResult::__less);
346 _LIBCPP_INLINE_VAR constexpr partial_ordering partial_ordering::greater(_OrdResult::__greater);
417 explicit constexpr weak_ordering(_OrdResult __v) noexcept : __value_(_ValueT(__v)) {}
462 _LIBCPP_INLINE_VAR constexpr weak_ordering weak_ordering::less(_OrdResult::__less);
464 _LIBCPP_INLINE_VAR constexpr weak_ordering weak_ordering::greater(_OrdResult::__greater);
532 explicit constexpr strong_ordering(_OrdResult __v) noexcept : __value_(_ValueT(__v)) {}
590 _LIBCPP_INLINE_VAR constexpr strong_ordering strong_ordering::less(_OrdResult::__less);
593 _LIBCPP_INLINE_VAR constexpr strong_ordering strong_ordering::greater(_OrdResult::__greater);