Searched refs:__comp_ (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/__algorithm/ |
| H A D | comp_ref_type.h | 25 _Compare &__comp_; member 27 __debug_less(_Compare& __c) : __comp_(__c) {} in __debug_less() 33 bool __r = __comp_(__x, __y); in operator() 43 bool __r = __comp_(__x, __y); in operator() 55 _LIBCPP_DEBUG_ASSERT(!__comp_(__l, __r), in __do_compare_assert()
|
| H A D | minmax_element.h | 27 _Comp& __comp_; variable 32 _MinmaxElementLessFunc(_Comp& __comp, _Proj& __proj) : __comp_(__comp), __proj_(__proj) {} in _MinmaxElementLessFunc() 37 return std::__invoke(__comp_, std::__invoke(__proj_, *__it1), std::__invoke(__proj_, *__it2)); in operator()
|