Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__algorithm/
H A Dranges_reverse.h30 namespace __reverse {
75 inline constexpr auto reverse = __reverse::__fn{};
H A Dreverse.h50 void __reverse(_BidirectionalIterator __first, _Sentinel __last) { in __reverse() function
60 std::__reverse<_ClassicAlgPolicy>(std::move(__first), std::move(__last)); in reverse()
H A Dprev_permutation.h48 std::__reverse<_AlgPolicy>(__ip1, __last_iter); in __prev_permutation()
53 std::__reverse<_AlgPolicy>(__first, __last_iter); in __prev_permutation()
H A Dnext_permutation.h48 std::__reverse<_AlgPolicy>(__ip1, __last_iter); in __next_permutation()
53 std::__reverse<_AlgPolicy>(__first, __last_iter); in __next_permutation()
/llvm-project-15.0.7/libcxx/include/__ranges/
H A Dreverse_view.h112 namespace __reverse {
181 inline constexpr auto reverse = __reverse::__fn{};