Home
last modified time | relevance | path

Searched defs:__sort (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_sort.h42 struct __sort { struct
45 __sort_fn_impl(_Iter __first, _Sent __last, _Comp& __comp, _Proj& __proj) { in __sort_fn_impl() argument
70 inline constexpr auto sort = __sort{}; argument
/freebsd/contrib/llvm-project/libcxx/src/
H A Dalgorithm.cpp15 void __sort(RandomAccessIterator first, RandomAccessIterator last, Comp comp) { in __sort() function
/freebsd/contrib/llvm-project/libcxx/include/__flat_map/
H A Dflat_multimap.h758 _LIBCPP_HIDE_FROM_ABI void __sort() { in __sort() function