Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dunary_negate.h26 _LIBCPP_DEPRECATED_IN_CXX17 unary_negate : public __unary_function<typename _Predicate::argument_ty…
30 …_LIBCPP_CONSTEXPR_SINCE_CXX14 _LIBCPP_HIDE_FROM_ABI explicit unary_negate(const _Predicate& __pred) in unary_negate() function
39 _LIBCPP_DEPRECATED_IN_CXX17 inline _LIBCPP_CONSTEXPR_SINCE_CXX14 _LIBCPP_HIDE_FROM_ABI unary_negate
41 return unary_negate<_Predicate>(__pred); in not1()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfunctional190 class unary_negate // deprecated in C++17, removed in C++20
194 explicit unary_negate(const Predicate& pred);
199 unary_negate<Predicate> not1(const Predicate& pred);
545 #include <__functional/unary_negate.h>
H A Dmodule.modulemap1377 …std_private_functional_unary_negate [system] { header "__functional/unary_negate.h" }
/freebsd/lib/libc++/
H A DMakefile776 FUN_HEADERS+= unary_negate.h
H A Dlibcxx.imp409 { include: [ "<__functional/unary_negate.h>", "private", "<functional>", "public" ] },
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3012 SYMBOL(unary_negate, std::, <functional>)