Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__functional/
H A Dbinary_negate.h25 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 binary_negate
32 …_LIBCPP_HIDE_FROM_ABI explicit _LIBCPP_CONSTEXPR_SINCE_CXX14 binary_negate(const _Predicate& __pre… in binary_negate() function
42 …CATED_IN_CXX17 inline _LIBCPP_CONSTEXPR_SINCE_CXX14 _LIBCPP_HIDE_FROM_ABI binary_negate<_Predicate>
44 return binary_negate<_Predicate>(__pred); in not2()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dfunctional193 class binary_negate // deprecated in C++17, removed in C++20
199 explicit binary_negate(const Predicate& pred);
205 binary_negate<Predicate> not2(const Predicate& pred);
520 #include <__functional/binary_negate.h>
H A Dlibcxx.imp395 { include: [ "<__functional/binary_negate.h>", "private", "<functional>", "public" ] },
H A Dmodule.modulemap.in1346 …td_private_functional_binary_negate [system] { header "__functional/binary_negate.h" }
/freebsd-14.2/lib/libc++/
H A DMakefile766 FUN_HEADERS+= binary_negate.h
H A Dmodule.modulemap1346 …td_private_functional_binary_negate [system] { header "__functional/binary_negate.h" }
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc806 SYMBOL(binary_negate, std::, <functional>)