Searched defs:__result (Results 51 - 75 of 122) sorted by relevance

12345

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dranges_move.h40 move_result<_InIter, _OutIter> __move_impl(_InIter __first, _Sent __last, _OutIter __result) { argument
H A Dranges_move_backward.h42 move_backward_result<_InIter, _OutIter> __move_backward_impl(_InIter __first, _Sent __last, _OutIter __result) { argument
H A Dranges_next_permutation.h47 auto __result = std::__next_permutation<_RangeAlgPolicy>( local
56 auto __result = std::__next_permutation<_RangeAlgPolicy>( local
H A Dranges_partial_sort_copy.h55 auto __result = std::__partial_sort_copy<_RangeAlgPolicy>( local
72 auto __result = std::__partial_sort_copy<_RangeAlgPolicy>( local
H A Dranges_partition.h49 auto __result = std::__partition<_RangeAlgPolicy>( local
H A Dranges_prev_permutation.h49 auto __result = std::__prev_permutation<_RangeAlgPolicy>( local
59 auto __result = std::__prev_permutation<_RangeAlgPolicy>( local
H A Dranges_remove_copy.h49 operator()(_InIter __first, _Sent __last, _OutIter __result, const _Type& __value, _Proj __proj = {}) const { argument
58 operator()(_Range&& __range, _OutIter __result, const _Type& __value, _Proj __proj = {}) const { argument
H A Dranges_remove_copy_if.h43 __remove_copy_if_impl(_InIter __first, _Sent __last, _OutIter __result, _Pred& __pred, _Proj& __proj) { argument
63 operator()(_InIter __first, _Sent __last, _OutIter __result, _Pred __pred, _Proj __proj = {}) const { argument
73 operator()(_Range&& __range, _OutIter __result, _Pred __pred, _Proj __proj = {}) const { argument
H A Dranges_replace_copy.h50 operator ()(_InIter __first, _Sent __last, _OutIter __result, const _OldType& __old_value, const _NewType& __new_value, _Proj __proj = {}) const argument
69 operator ()(_Range&& __range, _OutIter __result, const _OldType& __old_value, const _NewType& __new_value, _Proj __proj = {}) const argument
H A Dranges_replace_copy_if.h76 operator()(_Range&& __range, _OutIter __result, _Pred __pred, const _Type& __new_value, _Proj __proj = {}) const { argument
37 __replace_copy_if_impl( _InIter __first, _Sent __last, _OutIter __result, _Pred& __pred, const _Type& __new_value, _Proj& __proj) argument
62 operator ()( _InIter __first, _Sent __last, _OutIter __result, _Pred __pred, const _Type& __new_value, _Proj __proj = {}) const argument
H A Dranges_set_difference.h55 operator ()( _InIter1 __first1, _Sent1 __last1, _InIter2 __first2, _Sent2 __last2, _OutIter __result, _Comp __comp = {}, _Proj1 __proj1 = {}, _Proj2 __proj2 = {}) const argument
78 operator ()( _Range1&& __range1, _Range2&& __range2, _OutIter __result, _Comp __comp = {}, _Proj1 __proj1 = {}, _Proj2 __proj2 = {}) const argument
H A Dranges_set_intersection.h53 operator ()( _InIter1 __first1, _Sent1 __last1, _InIter2 __first2, _Sent2 __last2, _OutIter __result, _Comp __comp = {}, _Proj1 __proj1 = {}, _Proj2 __proj2 = {}) const argument
89 operator ()( _Range1&& __range1, _Range2&& __range2, _OutIter __result, _Comp __comp = {}, _Proj1 __proj1 = {}, _Proj2 __proj2 = {}) const argument
H A Dranges_set_symmetric_difference.h53 operator ()( _InIter1 __first1, _Sent1 __last1, _InIter2 __first2, _Sent2 __last2, _OutIter __result, _Comp __comp = {}, _Proj1 __proj1 = {}, _Proj2 __proj2 = {}) const argument
89 operator ()( _Range1&& __range1, _Range2&& __range2, _OutIter __result, _Comp __comp = {}, _Proj1 __proj1 = {}, _Proj2 __proj2 = {}) const argument
H A Dranges_set_union.h56 operator ()( _InIter1 __first1, _Sent1 __last1, _InIter2 __first2, _Sent2 __last2, _OutIter __result, _Comp __comp = {}, _Proj1 __proj1 = {}, _Proj2 __proj2 = {}) const argument
92 operator ()( _Range1&& __range1, _Range2&& __range2, _OutIter __result, _Comp __comp = {}, _Proj1 __proj1 = {}, _Proj2 __proj2 = {}) const argument
H A Dranges_unique_copy.h75 operator()(_InIter __first, _Sent __last, _OutIter __result, _Comp __comp = {}, _Proj __proj = {}) const { argument
94 operator()(_Range&& __range, _OutIter __result, _Comp __comp = {}, _Proj __proj = {}) const { argument
H A Dcopy.h76 operator ()(_InIter __first, _InIter __last, _OutIter __result) argument
111 __copy(_InIter __first, _Sent __last, _OutIter __result) argument
118 copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result) argument
[all...]
H A Dmerge.h27 __merge(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) argument
51 merge(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) argument
60 merge(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) argument
[all...]
H A Dset_symmetric_difference.h41 __set_symmetric_difference( _InIter1 __first1, _Sent1 __last1, _InIter2 __first2, _Sent2 __last2, _OutIter __result, _Compare&& __comp) argument
69 set_symmetric_difference( _InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) argument
87 set_symmetric_difference( _InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) argument
[all...]
H A Dset_union.h40 __set_union( _InIter1 __first1, _Sent1 __last1, _InIter2 __first2, _Sent2 __last2, _OutIter __result, _Compare&& __comp) argument
65 set_union( _InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result, _Compare __comp) argument
83 set_union( _InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterator2 __last2, _OutputIterator __result) argument
[all...]
H A Dmove_backward.h83 operator ()(_InIter __first, _InIter __last, _OutIter __result) argument
121 __move_backward(_BidirectionalIterator1 __first, _Sentinel __last, _BidirectionalIterator2 __result) argument
131 move_backward(_BidirectionalIterator1 __first, _BidirectionalIterator1 __last, _BidirectionalIterator2 __result) argument
[all...]
H A Dranges_is_heap.h44 auto __result = std::__is_heap_until(std::move(__first), std::move(__last_iter), __projected_comp); local
H A Dranges_max.h71 range_value_t<_Rp> __result = *__first; local
H A Dranges_minmax.h76 auto __result = std::__minmax_element_impl(__first, __last, __comp, __proj); local
86 ranges::minmax_result<_ValueT> __result = {*__first, __result.min}; local
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_numeric.h198 partial_sum(_InputIterator __first, _InputIterator __last, _OutputIterator __result) argument
238 partial_sum(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOperation __binary_op) argument
274 adjacent_difference(_InputIterator __first, _InputIterator __last, _OutputIterator __result) argument
313 adjacent_difference(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOperation __binary_op) argument
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_numeric.h125 partial_sum(_InputIterator __first, _InputIterator __last, _OutputIterator __result) argument
146 partial_sum(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOperation __binary_op) argument
167 adjacent_difference(_InputIterator __first, _InputIterator __last, _OutputIterator __result) argument
189 adjacent_difference(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOperation __binary_op) argument
[all...]

Completed in 202 milliseconds

12345