Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_reverse.h30 struct __reverse { struct
69 inline constexpr auto reverse = __reverse{}; argument
H A Dreverse.h47 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void __reverse(_BidirectionalIterator __first, _Sentinel __last) {
55 std::__reverse<_ClassicAlgPolicy>(std::move(__first), std::move(__last));
50 void __reverse(_BidirectionalIterator __first, _Sentinel __last) { __reverse() function
H A Dprev_permutation.h47 std::__reverse<_AlgPolicy>(__ip1, __last_iter); in __prev_permutation()
51 std::__reverse<_AlgPolicy>(__first, __last_iter); in __prev_permutation()
H A Dnext_permutation.h47 std::__reverse<_AlgPolicy>(__ip1, __last_iter); in __next_permutation()
51 std::__reverse<_AlgPolicy>(__first, __last_iter); in __next_permutation()
/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
54 std::__reverse<_ClassicAlgPolicy>(std::move(__first), std::move(__last)); in reverse()
H A Dnext_permutation.h47 std::__reverse<_AlgPolicy>(__ip1, __last_iter); in __next_permutation()
51 std::__reverse<_AlgPolicy>(__first, __last_iter); in __next_permutation()
H A Dprev_permutation.h47 std::__reverse<_AlgPolicy>(__ip1, __last_iter); in __prev_permutation()
51 std::__reverse<_AlgPolicy>(__first, __last_iter); in __prev_permutation()
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dreverse_view.h123 namespace __reverse {
193 inline constexpr auto reverse = __reverse::__fn{};