Home
last modified time | relevance | path

Searched defs:NotTotallyOrdered (Results 1 – 10 of 10) sorted by relevance

/llvm-project/libcxx/test/std/utilities/function.objects/range.cmp/
H A Dgreater_equal.pass.cpp25 struct NotTotallyOrdered { struct
H A Dless_equal.pass.cpp25 struct NotTotallyOrdered { struct
H A Dless.pass.cpp25 struct NotTotallyOrdered { struct
H A Dgreater.pass.cpp25 struct NotTotallyOrdered { struct
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.min.max/
H A Dranges.max_element.pass.cpp35 struct NotTotallyOrdered { struct
37 bool operator<(const NotTotallyOrdered& o) const { return i < o.i; } in operator <() argument
H A Dranges.min_element.pass.cpp35 struct NotTotallyOrdered { struct
37 bool operator<(const NotTotallyOrdered& o) const { return i < o.i; } in operator <() argument
H A Dranges.minmax_element.pass.cpp35 struct NotTotallyOrdered { struct
37 bool operator<(const NotTotallyOrdered& o) const { return i < o.i; } in operator <() argument
H A Dranges.min.pass.cpp39 struct NotTotallyOrdered { struct
41 bool operator<(const NotTotallyOrdered& o) const { return i < o.i; } in operator <() argument
H A Dranges.max.pass.cpp41 struct NotTotallyOrdered { struct
43 bool operator<(const NotTotallyOrdered& o) const { return i < o.i; } in operator <() argument
H A Dranges.minmax.pass.cpp41 struct NotTotallyOrdered { struct
43 bool operator<(const NotTotallyOrdered& o) const { return i < o.i; } in operator <() argument