Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_sort.h47 __sort_fn_impl(_Iter __first, _Sent __last, _Comp& __comp, _Proj& __proj) { in __sort_fn_impl() function
60 return __sort_fn_impl(std::move(__first), std::move(__last), __comp, __proj);
67 return __sort_fn_impl(ranges::begin(__r), ranges::end(__r), __comp, __proj);