Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CXX/class/class.compare/class.spaceship/
Dp1.cpp22 struct partial_ordering { struct
23 double d;
24 constexpr partial_ordering(double d) : d(d) {} in partial_ordering() argument
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;
Dp2.cpp25 class partial_ordering { class
27 constexpr partial_ordering(int n) : n(n) {} in partial_ordering() function in std::partial_ordering
/external/llvm-project/clang/test/CodeGenCXX/Inputs/
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
/external/llvm-project/clang/test/SemaCXX/Inputs/
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
/external/llvm-project/clang/test/PCH/Inputs/
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
/external/llvm-project/clang/test/SemaCXX/
Dstd-compare-cxx2a.cpp39 struct partial_ordering { struct
40 unsigned value;
/external/llvm-project/clang/test/CXX/drs/
Ddr13xx.cpp418 namespace partial_ordering { namespace