Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CXX/except/except.spec/
Dp11-2a.cpp77 struct ThrowingCmpCat { struct
78 ThrowingCmpCat(std::strong_ordering);
81 bool operator!=(ThrowingCmpCat o, int n) noexcept;
84 friend ThrowingCmpCat operator<=>(A, A) noexcept;
96 ThrowingCmpCat operator<=>(const C&) const = default;