Searched refs:_DiffT (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/libcxx/include/__algorithm/ |
| H A D | search_n.h | 74 …olicy, class _Pred, class _Iter, class _Sent, class _SizeT, class _Type, class _Proj, class _DiffT> 81 _DiffT __size1) { in __search_n_random_access_impl() 85 if (__size1 < static_cast<_DiffT>(__count)) { in __search_n_random_access_impl() 107 return std::make_pair(__first, __first + _DiffT(__count)); in __search_n_random_access_impl() 122 class _DiffT, 128 _DiffT __count, 142 class _DiffT, 148 _DiffT __count,
|
| H A D | copy.h | 78 using _DiffT = typename common_type<__iter_diff_t<_InIter>, __iter_diff_t<_OutIter> >::type; in operator() local 87 auto __size = std::min<_DiffT>(__local_last - __local_first, __last - __first); in operator()
|
| H A D | copy_backward.h | 94 using _DiffT = typename common_type<__iter_diff_t<_InIter>, __iter_diff_t<_OutIter> >::type; in operator() local 97 auto __size = std::min<_DiffT>(__local_last - __local_first, __last - __first); in operator()
|
| H A D | move_backward.h | 85 using _DiffT = typename common_type<__iter_diff_t<_InIter>, __iter_diff_t<_OutIter> >::type; in operator() local 97 auto __size = std::min<_DiffT>(__local_last - __local_first, __last - __first); in operator()
|
| H A D | move.h | 79 using _DiffT = typename common_type<__iter_diff_t<_InIter>, __iter_diff_t<_OutIter> >::type; in operator() local 88 auto __size = std::min<_DiffT>(__local_last - __local_first, __last - __first); in operator()
|