Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__algorithm/
H A Dmove_backward.h28 __move_backward_constexpr(_InputIterator __first, _InputIterator __last, _OutputIterator __result) in __move_backward_constexpr() function
40 return _VSTD::__move_backward_constexpr<_AlgPolicy>(__first, __last, __result); in __move_backward_impl()
69 return _VSTD::__move_backward_constexpr<_AlgPolicy>(__first, __last, __result); in __move_backward()