Searched refs:binary_negate (Results 1 – 8 of 8) sorted by relevance
25 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 binary_negate33 binary_negate(const _Predicate& __pred) : __pred_(__pred) {} in binary_negate() function43 binary_negate<_Predicate>44 not2(const _Predicate& __pred) {return binary_negate<_Predicate>(__pred);} in not2()
28 …std::binary_negate<Predicate> f((Predicate())); // expected-warning {{'binary_negate<Predicate>' i… in main()
25 typedef std::binary_negate<std::logical_and<int> > F; in main()
191 class binary_negate // deprecated in C++17, removed in C++20197 explicit binary_negate(const Predicate& pred);203 binary_negate<Predicate> not2(const Predicate& pred);509 #include <__functional/binary_negate.h>
308 __functional/binary_negate.h
678 module binary_negate { private header "__functional/binary_negate.h" }
324 and `binary_negate`.
369 "__functional/binary_negate.h",