Searched refs:Comparable (Results 1 – 3 of 3) sorted by relevance
845 class Comparable class848 bool operator==(Comparable const &rhs) { return true; } in operator ==()849 bool operator!=(Comparable const &rhs) { return false; } in operator !=()853 Comparable c; in comparable_objects()854 Comparable d; in comparable_objects()865 Comparable c; in negated_comparable_objects()866 Comparable d; in negated_comparable_objects()
773 struct Comparable { struct774 friend bool operator==(Comparable, Comparable) LLVM_ATTRIBUTE_USED { in operator ==() argument777 static Optional<Comparable> get() { return Comparable(); } in get() argument792 EXPECT_NONFATAL_FAILURE(EXPECT_EQ(llvm::None, Comparable::get()), "object"); in TEST()
19 …t.refcounted* %4, %swift.type* %Self, i8** %Self.AsyncSequence, i8** %Self.Element.Comparable) #1 {