Searched refs:unary_negate (Results 1 – 6 of 6) sorted by relevance
23 test_name := utilities/function.objects/negators/unary_negate24 test_src := unary_negate.pass.cpp
20 typedef std::unary_negate<std::logical_not<int> > F; in main()
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()
48 int* p = find_if((int*)array, (int*)array + 3, unary_negate<odd>(odd())); in unegate1()
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);}
940 struct functor_traits<std::unary_negate<T> >