Home
last modified time | relevance | path

Searched defs:partial_ordering (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang/test/AST/Interp/
H A Dspaceship.cpp
H A Dcxx20.cpp
/llvm-project/clang/test/CXX/class/class.compare/class.spaceship/
H A Dp1.cpp22 struct partial_ordering { struct
23 double d;
24 constexpr partial_ordering(double d) : d(d) {} in partial_ordering() function
25 constexpr partial_ordering(strong_ordering o) : d(o.n) {} in partial_ordering() argument
26 constexpr partial_ordering(weak_ordering o) : d(o.n) {} in partial_ordering() function
27 constexpr operator double() const { return d; } in operator double()
28 static const partial_ordering less, equivalent, greater, unordered;
H A Dp2.cpp25 class partial_ordering { class
27 constexpr partial_ordering(int n) : n(n) {} in partial_ordering() function in std::partial_ordering
/llvm-project/libcxx/include/__compare/
H A Dordering.h29 class partial_ordering; global() variable
46 _LIBCPP_HIDE_FROM_ABI explicit constexpr partial_ordering(_OrdResult __v) noexcept : __value_(_ValueT(__v)) {} partial_ordering() function
48 _LIBCPP_HIDE_FROM_ABI explicit constexpr partial_ordering(_NCmpResult __v) noexcept : __value_(_ValueT(__v)) {} partial_ordering() function
129 _LIBCPP_HIDE_FROM_ABI constexpr operator partial_ordering() const noexcept { partial_ordering() function
201 _LIBCPP_HIDE_FROM_ABI constexpr operator partial_ordering() const noexcept { partial_ordering() function
[all...]
/llvm-project/clang/test/PCH/Inputs/
H A Dstd-compare.h27 explicit constexpr partial_ordering(_EqResult __v) noexcept in partial_ordering() function
29 explicit constexpr partial_ordering(_OrdResult __v) noexcept in partial_ordering() function
31 explicit constexpr partial_ordering(_NCmpResult __v) noexcept in partial_ordering() function
130 constexpr operator partial_ordering() const noexcept { in partial_ordering() function
220 constexpr operator partial_ordering() const noexcept { in partial_ordering() function
/llvm-project/clang/test/CodeGenCXX/Inputs/
H A Dstd-compare.h27 explicit constexpr partial_ordering(_EqResult __v) noexcept in partial_ordering() function
29 explicit constexpr partial_ordering(_OrdResult __v) noexcept in partial_ordering() function
31 explicit constexpr partial_ordering(_NCmpResult __v) noexcept in partial_ordering() function
130 constexpr operator partial_ordering() const noexcept { in partial_ordering() function
220 constexpr operator partial_ordering() const noexcept { in partial_ordering() function
/llvm-project/clang/test/ASTMerge/cxx-rewritten-binary-operator/Inputs/
H A Dstd-compare.h27 explicit constexpr partial_ordering(_EqResult __v) noexcept in partial_ordering() function
29 explicit constexpr partial_ordering(_OrdResult __v) noexcept in partial_ordering() function
31 explicit constexpr partial_ordering(_NCmpResult __v) noexcept in partial_ordering() function
130 constexpr operator partial_ordering() const noexcept { in partial_ordering() function
220 constexpr operator partial_ordering() const noexcept { in partial_ordering() function
/llvm-project/clang/test/SemaCXX/Inputs/
H A Dstd-compare.h27 explicit constexpr partial_ordering(_EqResult __v) noexcept in partial_ordering() function
29 explicit constexpr partial_ordering(_OrdResult __v) noexcept in partial_ordering() function
31 explicit constexpr partial_ordering(_NCmpResult __v) noexcept in partial_ordering() function
130 constexpr operator partial_ordering() const noexcept { in partial_ordering() function
220 constexpr operator partial_ordering() const noexcept { in partial_ordering() function
/llvm-project/clang/test/SemaCXX/
H A Dstd-compare-cxx2a.cpp39 struct partial_ordering { struct
40 unsigned value;
/llvm-project/clang/test/CXX/drs/
H A Dcwg13xx.cpp685 namespace partial_ordering { namespace