Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dfunctional188 class binary_negate // deprecated in C++17, removed in C++20
194 explicit binary_negate(const Predicate& pred);
200 binary_negate<Predicate> not2(const Predicate& pred);
494 #include <__functional/binary_negate.h>
H A Dmodule.modulemap415 module binary_negate { private header "__functional/binary_negate.h" }
/freebsd-13.1/lib/libc++/
H A DMakefile354 FUN_HEADERS+= binary_negate.h
/freebsd-13.1/tools/build/mk/
H A DOptionalObsoleteFiles.inc3929 OLD_FILES+=usr/include/c++/v1/__functional/binary_negate.h