Searched refs:__comp_ (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dcomp_ref_type.h25 _Compare &__comp_; member in struct:__debug_less
27 __debug_less(_Compare& __c) : __comp_(__c) {}
33 bool __r = __comp_(__x, __y);
43 bool __r = __comp_(__x, __y);
55 _LIBCPP_DEBUG_ASSERT(!__comp_(__l, __r),
H A Dminmax_element.h27 _Comp& __comp_; member in class:_MinmaxElementLessFunc
32 _MinmaxElementLessFunc(_Comp& __comp, _Proj& __proj) : __comp_(__comp), __proj_(__proj) {}
37 return std::__invoke(__comp_, std::__invoke(__proj_, *__it1), std::__invoke(__proj_, *__it2));

Completed in 116 milliseconds