HomeSort by: relevance | last modified time | path
    Searched refs:_InputType (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
glue_algorithm_impl.h 301 typedef typename iterator_traits<_ForwardIterator1>::reference _InputType;
308 [__op](_InputType __x, _OutputType __y) mutable { __y = __op(__x); });
363 typedef typename iterator_traits<_ForwardIterator1>::reference _InputType;
370 [__pred, &__new_value](_InputType __x, _OutputType __y) mutable { __y = __pred(__x) ? __new_value : __x; });
601 typedef typename iterator_traits<_RandomAccessIterator>::value_type _InputType;
603 __comp, typename std::is_move_constructible<_InputType>::type());
610 typedef typename std::iterator_traits<_RandomAccessIterator>::value_type _InputType;
611 std::sort(std::forward<_ExecutionPolicy>(__exec), __first, __last, std::less<_InputType>());
630 typedef typename std::iterator_traits<_RandomAccessIterator>::value_type _InputType;
631 std::stable_sort(__exec, __first, __last, std::less<_InputType>());
    [all...]
glue_numeric_impl.h 59 typedef typename iterator_traits<_ForwardIterator1>::value_type _InputType;
61 __first1, __last1, __first2, __init, std::plus<_InputType>(),
62 std::multiplies<_InputType>());
122 typedef typename iterator_traits<_ForwardIterator1>::value_type _InputType;
124 std::plus<_InputType>(), __pstl::__internal::__no_op());
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
glue_algorithm_impl.h 321 typedef typename iterator_traits<_ForwardIterator1>::reference _InputType;
325 [__op](_InputType __x, _OutputType __y) mutable { __y = __op(__x); },
384 typedef typename iterator_traits<_ForwardIterator1>::reference _InputType;
388 [__pred, &__new_value](_InputType __x, _OutputType __y) mutable { __y = __pred(__x) ? __new_value : __x; },
632 typedef typename iterator_traits<_RandomAccessIterator>::value_type _InputType;
637 typename std::is_move_constructible<_InputType>::type());
644 typedef typename std::iterator_traits<_RandomAccessIterator>::value_type _InputType;
645 std::sort(std::forward<_ExecutionPolicy>(__exec), __first, __last, std::less<_InputType>());
664 typedef typename std::iterator_traits<_RandomAccessIterator>::value_type _InputType;
665 std::stable_sort(__exec, __first, __last, std::less<_InputType>());
    [all...]
glue_numeric_impl.h 57 typedef typename iterator_traits<_ForwardIterator1>::value_type _InputType;
59 std::forward<_ExecutionPolicy>(__exec), __first1, __last1, __first2, __init, std::plus<_InputType>(),
60 std::multiplies<_InputType>(),
127 typedef typename iterator_traits<_ForwardIterator1>::value_type _InputType;
129 std::plus<_InputType>(), __pstl::__internal::__no_op());

Completed in 29 milliseconds