Searched refs:__reverse (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | ranges_reverse.h | 30 struct __reverse { struct 69 inline constexpr auto reverse = __reverse{}; argument
|
| H A D | reverse.h | 47 _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 D | prev_permutation.h | 47 std::__reverse<_AlgPolicy>(__ip1, __last_iter); in __prev_permutation() 51 std::__reverse<_AlgPolicy>(__first, __last_iter); in __prev_permutation()
|
| H A D | next_permutation.h | 47 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 D | reverse.h | 47 _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 D | next_permutation.h | 47 std::__reverse<_AlgPolicy>(__ip1, __last_iter); in __next_permutation() 51 std::__reverse<_AlgPolicy>(__first, __last_iter); in __next_permutation()
|
| H A D | prev_permutation.h | 47 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 D | reverse_view.h | 123 namespace __reverse { 193 inline constexpr auto reverse = __reverse::__fn{};
|