Home
last modified time | relevance | path

Searched refs:binary_negate (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__functional/
H A Dbinary_negate.h25 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 binary_negate
33 binary_negate(const _Predicate& __pred) : __pred_(__pred) {} in binary_negate() function
43 binary_negate<_Predicate>
44 not2(const _Predicate& __pred) {return binary_negate<_Predicate>(__pred);} in not2()
/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/negators/
H A Dbinary_negate.depr_in_cxx17.verify.cpp28 …std::binary_negate<Predicate> f((Predicate())); // expected-warning {{'binary_negate<Predicate>' i… in main()
H A Dbinary_negate.pass.cpp25 typedef std::binary_negate<std::logical_and<int> > F; in main()
/llvm-project-15.0.7/libcxx/include/
H A Dfunctional191 class binary_negate // deprecated in C++17, removed in C++20
197 explicit binary_negate(const Predicate& pred);
203 binary_negate<Predicate> not2(const Predicate& pred);
509 #include <__functional/binary_negate.h>
H A DCMakeLists.txt308 __functional/binary_negate.h
H A Dmodule.modulemap.in678 module binary_negate { private header "__functional/binary_negate.h" }
/llvm-project-15.0.7/libcxx/docs/
H A DUsingLibcxx.rst324 and `binary_negate`.
/llvm-project-15.0.7/llvm/utils/gn/secondary/libcxx/include/
H A DBUILD.gn369 "__functional/binary_negate.h",