Home
last modified time | relevance | path

Searched defs:__less (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__compare/
H A Dordering.h25 enum class _OrdResult : signed char { __less = -1, __equiv = 0, __greater = 1 }; enumerator
28 __less = static_cast<signed char>(_OrdResult::__less), enumerator
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/
H A Dcomp.h34 struct __less {}; struct
H A Dminmax_element.h43 auto __less = _MinmaxElementLessFunc<_Comp, _Proj>(__comp, __proj); in __minmax_element_impl() local
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dcomp.h35 struct __less {}; struct
H A Dminmax_element.h44 auto __less = _MinmaxElementLessFunc<_Comp, _Proj>(__comp, __proj); in __minmax_element_impl() local
H A Dsort.h901 _LIBCPP_HIDE_FROM_ABI void __sort_dispatch(_Type* __first, _Type* __last, __less<>&) { in __sort_dispatch() argument