Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/include/__debug_utils/
H A Dstrict_weak_ordering_check.h31 using _Comp_ref = __comp_ref_type<_Comp>; in __check_strict_weak_ordering_sorted() local
35 (std::is_sorted<_RandomAccessIterator, _Comp_ref>(__first, __last, _Comp_ref(__comp))), in __check_strict_weak_ordering_sorted()
/src/contrib/llvm-project/libcxx/include/__algorithm/
H A Dsort.h764 using _Comp_ref = __comp_ref_type<_Compare>;
837 __first = std::__partition_with_equals_on_left<_AlgPolicy, _RandomAccessIterator, _Comp_ref>(
838 __first, __last, _Comp_ref(__comp));