Home
last modified time | relevance | path

Searched refs:unary_function (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dunary_function.h23 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function { struct
41 using __unary_function = unary_function<_Arg, _Result>; argument
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfunctional20 struct unary_function
36 : public unary_function<T1, R> // if wrapping a unary functor
191 : public unary_function<typename Predicate::argument_type, bool>
262 : public unary_function<typename Operation::second_argument_type,
279 : public unary_function<typename Operation::first_argument_type,
295 class pointer_to_unary_function : public unary_function<Arg, Result>
317 class mem_fun_t : public unary_function<T*, S>
336 class mem_fun_ref_t : public unary_function<T, S> // deprecated in C+…
357 class const_mem_fun_t : public unary_function<const T*, S> // deprecated in C+…
378 class const_mem_fun_ref_t : public unary_function<T, S> // deprecated in C+…
[all …]
H A Dtypeindex39 : public unary_function<type_index, size_t>
49 #include <__functional/unary_function.h>
H A Dbitset135 #include <__functional/unary_function.h>
H A Dstring_view212 #include <__functional/unary_function.h>
H A Doptional188 #include <__functional/unary_function.h>
H A Dvariant223 #include <__functional/unary_function.h>
H A Dmodule.modulemap1376 …d_private_functional_unary_function [system] { header "__functional/unary_function.h" }
H A Dvector327 #include <__functional/unary_function.h>
H A Dstring598 #include <__functional/unary_function.h>
/freebsd/lib/libc++/
H A DMakefile775 FUN_HEADERS+= unary_function.h
H A Dlibcxx.imp408 { include: [ "<__functional/unary_function.h>", "private", "<functional>", "public" ] },
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3011 SYMBOL(unary_function, std::, <functional>)