Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/libcxx/include/
H A Dfunctional202 class binary_negate // deprecated in C++17, removed in C++20
208 explicit binary_negate(const Predicate& pred);
214 binary_negate<Predicate> not2(const Predicate& pred);
533 #include <__functional/binary_negate.h>
H A Dmodule.modulemap1332 …td_private_functional_binary_negate [system] { header "__functional/binary_negate.h" }
/src/lib/libc++/
H A DMakefile752 FUN_HEADERS+= binary_negate.h
H A Dlibcxx.imp385 { include: [ "<__functional/binary_negate.h>", "private", "<functional>", "public" ] },
/src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc806 SYMBOL(binary_negate, std::, <functional>)