Searched defs:__out_first (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dranges_sample.h56 _OutIter operator()(_Range&& __range, _OutIter __out_first, range_difference_t<_Range> __n, _Gen&& __gen) const { argument
44 operator ()(_Iter __first, _Sent __last, _OutIter __out_first, iter_difference_t<_Iter> __n, _Gen&& __gen) const argument
H A Dcopy_move_common.h105 __unwrap_and_dispatch(_InIter __first, _Sent __last, _OutIter __out_first) { argument
118 __unwrap_and_dispatch(_InIter __first, _Sent __last, _OutIter __out_first) { argument
139 __dispatch_copy_or_move(_InIter __first, _Sent __last, _OutIter __out_first) { argument

Completed in 109 milliseconds