Searched refs:__not_pred (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
H A Dutils.h92 class __not_pred class in namespace:__pstl::__internal
97 explicit __not_pred(_Pred __pred) : _M_pred(__pred) {} function in class:__pstl::__internal::__not_pred
H A Dalgorithm_impl.h406 __internal::__not_pred<_BinaryPredicate>(__p))
457 return __unseq_backend::__simd_first(__first1, __last1 - __first1, __first2, __not_pred<_BinaryPredicate>(__p))
616 __not_pred<decltype(__unary_pred)>(__unary_pred), __is_vector))
1767 __internal::__brick_find_if(__i + 1, __j, __not_pred<_UnaryPredicate>(__pred), __is_vector);
3448 __not_pred<_Compare>(__comp)));
3453 __internal::__cmp_iterators_by_values(__p2.second, __p1.second, __not_pred<_Compare>(__comp)));
3490 return __unseq_backend::__simd_first(__first1, __n, __first2, __not_pred<_Predicate>(__pred));
H A Dglue_algorithm_impl.h43 __pstl::__internal::__not_pred<_Pred>(__pred));
96 __pstl::__internal::__not_pred<_Predicate>(__pred));
465 __pstl::__internal::__not_pred<_Predicate>(__pred));
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
H A Dutils.h92 class __not_pred class in namespace:__pstl::__internal
97 explicit __not_pred(_Pred __pred) : _M_pred(__pred) {} function in class:__pstl::__internal::__not_pred

Completed in 202 milliseconds