Searched refs:_Comp_ref (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__debug_utils/ |
| H A D | strict_weak_ordering_check.h | 31 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()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__debug_utils/ |
| H A D | strict_weak_ordering_check.h | 31 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()
|
| /freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | sort.h | 724 using _Comp_ref = __comp_ref_type<_Compare>; variable 797 __first = std::__partition_with_equals_on_left<_AlgPolicy, _RandomAccessIterator, _Comp_ref>( 798 __first, __last, _Comp_ref(__comp));
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/ |
| H A D | sort.h | 756 using _Comp_ref = __comp_ref_type<_Compare>; 829 __first = std::__partition_with_equals_on_left<_AlgPolicy, _RandomAccessIterator, _Comp_ref>( 830 __first, __last, _Comp_ref(__comp));
|