Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/utility/pairs/pairs.spec/
H A Dthree_way_comparison.pass.cpp73 struct NoRelative { in test() struct
74 constexpr bool operator==(const NoRelative&) const; in test()
76 static_assert(HasEqual<std::pair<int, NoRelative>>); in test()
77 static_assert(!HasLess<std::pair<int, NoRelative>>); in test()
78 static_assert(!HasSpaceship<std::pair<int, NoRelative>>); in test()
/llvm-project-15.0.7/libcxx/test/std/library/description/conventions/expos.only.func/
H A Dsynth_three_way.pass.cpp139 struct NoRelative { in test() struct
140 constexpr bool operator==(const NoRelative&) const; in test()
142 static_assert(!can_synth_three_way<NoRelative>); in test()