Searched refs:unary_negate (Results 1 – 7 of 7) sorted by relevance
20 typedef std::unary_negate<std::logical_not<int> > F; in main()
48 int* p = find_if((int*)array, (int*)array + 3, unary_negate<odd>(odd())); in unegate1()
136 class unary_negate146 explicit unary_negate(const _Predicate& __x) : _M_pred(__x) {} in unary_negate() function153 inline unary_negate<_Predicate>155 return unary_negate<_Predicate>(__pred); in not1()
186 class unary_negate190 explicit unary_negate(const Predicate& pred);194 template <class Predicate> unary_negate<Predicate> not1(const Predicate& pred);936 class _LIBCPP_TYPE_VIS_ONLY unary_negate942 explicit unary_negate(const _Predicate& __pred)951 unary_negate<_Predicate>952 not1(const _Predicate& __pred) {return unary_negate<_Predicate>(__pred);}
3939 $(call gen-test, utilities/function.objects/negators/unary_negate)
3948 $(call gen-test, utilities/function.objects/negators/unary_negate)