Searched refs:unary_function (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__functional/ |
| H A D | unary_function.h | 23 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 unary_function { struct 42 using __unary_function = unary_function<_Arg, _Result>; argument
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | functional | 20 struct unary_function 36 : public unary_function<T1, R> // if wrapping a unary functor 182 : public unary_function<typename Predicate::argument_type, bool> 247 : public unary_function<typename Operation::second_argument_type, 264 : public unary_function<typename Operation::first_argument_type, 280 class pointer_to_unary_function : public unary_function<Arg, Result> 302 class mem_fun_t : public unary_function<T*, S> 321 class mem_fun_ref_t : public unary_function<T, S> // deprecated in C+… 342 class const_mem_fun_t : public unary_function<const T*, S> // deprecated in C+… 394 : public unary_function<T1, R> // iff sizeof...(ArgTypes) == 1 and [all …]
|
| H A D | typeindex | 39 : public unary_function<type_index, size_t> 50 #include <__functional/unary_function.h>
|
| H A D | bitset | 136 #include <__functional/unary_function.h>
|
| H A D | string_view | 212 #include <__functional/unary_function.h>
|
| H A D | optional | 190 #include <__functional/unary_function.h>
|
| H A D | libcxx.imp | 418 { include: [ "<__functional/unary_function.h>", "private", "<functional>", "public" ] },
|
| H A D | variant | 223 #include <__functional/unary_function.h>
|
| H A D | module.modulemap.in | 1387 …d_private_functional_unary_function [system] { header "__functional/unary_function.h" }
|
| H A D | vector | 327 #include <__functional/unary_function.h>
|
| H A D | string | 579 #include <__functional/unary_function.h>
|
| /freebsd-14.2/lib/libc++/ |
| H A D | Makefile | 789 FUN_HEADERS+= unary_function.h
|
| H A D | module.modulemap | 1387 …d_private_functional_unary_function [system] { header "__functional/unary_function.h" }
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 3011 SYMBOL(unary_function, std::, <functional>)
|