Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_reverse.h30 struct __reverse { struct
33 _LIBCPP_HIDE_FROM_ABI constexpr _Iter operator()(_Iter __first, _Sent __last) const { in operator()
69 inline constexpr auto reverse = __reverse{}; argument
H A Dreverse.h50 void __reverse(_BidirectionalIterator __first, _Sentinel __last) { __reverse() function
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/
H A Dreverse.h47 _LIBCPP_HIDE_FROM_ABI void __reverse(_BidirectionalIterator __first, _Sentinel __last) { in __reverse() function