Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
H A Dalgorithm_impl.h2759 __parallel_set_op(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, in __parallel_set_op() function
2926 __result = __internal::__parallel_set_op( in __parallel_set_union_op()
2948 __result = __internal::__parallel_set_op( in __parallel_set_union_op()
2956 return __internal::__parallel_set_op( in __parallel_set_union_op()
3085 return __internal::__parallel_set_op( in __pattern_set_intersection()
3099 __result = __internal::__parallel_set_op( in __pattern_set_intersection()
3196 return __internal::__parallel_set_op( in __pattern_set_difference()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
H A Dalgorithm_impl.h2795 __parallel_set_op(_ExecutionPolicy&& __exec, _ForwardIterator1 __first1, _ForwardIterator1 __last1, in __parallel_set_op() function
2963 __result = __internal::__parallel_set_op( in __parallel_set_union_op()
2985 __result = __internal::__parallel_set_op( in __parallel_set_union_op()
2993 return __internal::__parallel_set_op( in __parallel_set_union_op()
3135 return __internal::__parallel_set_op( in __pattern_set_intersection()
3150 __result = __internal::__parallel_set_op( in __pattern_set_intersection()
3248 …return __parallel_set_op(std::forward<_ExecutionPolicy>(__exec), __first1, __last1, __first2, __la… in __pattern_set_difference()