Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_reverse.h30 namespace __reverse {
71 inline constexpr auto reverse = __reverse::__fn{};
H A Dreverse.h47 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void __reverse(_BidirectionalIterator __first, … in __reverse() function
55 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()
/src/contrib/llvm-project/libcxx/include/__ranges/
H A Dreverse_view.h122 namespace __reverse {
192 inline constexpr auto reverse = __reverse::__fn{};