/netbsd-src/external/apache2/llvm/dist/libcxx/include/ext/ |
H A D | __hash | 23 : public std::unary_function<const char*, size_t> 33 : public std::unary_function<char*, size_t> 43 : public std::unary_function<char, size_t> 53 : public std::unary_function<signed char, size_t> 63 : public std::unary_function<unsigned char, size_t> 73 : public std::unary_function<short, size_t> 83 : public std::unary_function<unsigned short, size_t> 93 : public std::unary_function<int, size_t> 103 : public std::unary_function<unsigned int, size_t> 113 : public std::unary_function<long, size_t> [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | refwrap.h | 60 : std::unary_function<_T1, _Res> { }; in _GLIBCXX_VISIBILITY() 223 : unary_function<_T1, _Res> in _GLIBCXX_VISIBILITY() 228 : unary_function<_T1, _Res> in _GLIBCXX_VISIBILITY() 233 : unary_function<_T1, _Res> in _GLIBCXX_VISIBILITY() 238 : unary_function<_T1, _Res> in _GLIBCXX_VISIBILITY() 265 : unary_function<_T1, _Res> in _GLIBCXX_VISIBILITY()
|
H A D | stl_function.h | 105 struct unary_function in _GLIBCXX_VISIBILITY() struct 217 struct negate : public unary_function<_Tp, _Tp> in _GLIBCXX_VISIBILITY() 806 struct logical_not : public unary_function<_Tp, bool> in _GLIBCXX_VISIBILITY() 906 struct bit_not : public unary_function<_Tp, _Tp> in _GLIBCXX_VISIBILITY() 1004 : public unary_function<typename _Predicate::argument_type, bool> in _GLIBCXX_VISIBILITY() 1080 class pointer_to_unary_function : public unary_function<_Arg, _Result> in _GLIBCXX_VISIBILITY() 1132 : public unary_function<_Tp, _Tp> in _GLIBCXX_VISIBILITY() 1148 : public unary_function<_Pair, typename _Pair::first_type> in _GLIBCXX_VISIBILITY() 1173 : public unary_function<_Pair, typename _Pair::second_type> in _GLIBCXX_VISIBILITY() 1203 class mem_fun_t : public unary_function<_Tp*, _Ret> in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | refwrap.h | 62 : std::unary_function<_T1, _Res> { }; in _GLIBCXX_VISIBILITY() 231 : unary_function<_T1, _Res> in _GLIBCXX_VISIBILITY() 236 : unary_function<_T1, _Res> in _GLIBCXX_VISIBILITY() 241 : unary_function<_T1, _Res> in _GLIBCXX_VISIBILITY() 246 : unary_function<_T1, _Res> in _GLIBCXX_VISIBILITY() 273 : unary_function<_T1, _Res> in _GLIBCXX_VISIBILITY()
|
H A D | stl_function.h | 117 struct unary_function in _GLIBCXX_VISIBILITY() struct 235 struct negate : public unary_function<_Tp, _Tp> in _GLIBCXX_VISIBILITY() 816 struct logical_not : public unary_function<_Tp, bool> in _GLIBCXX_VISIBILITY() 920 struct bit_not : public unary_function<_Tp, _Tp> in _GLIBCXX_VISIBILITY() 1025 : public unary_function<typename _Predicate::argument_type, bool> in _GLIBCXX_VISIBILITY() 1105 class pointer_to_unary_function : public unary_function<_Arg, _Result> in _GLIBCXX_VISIBILITY() 1159 : public unary_function<_Tp, _Tp> in _GLIBCXX_VISIBILITY() 1175 : public unary_function<_Pair, typename _Pair::first_type> in _GLIBCXX_VISIBILITY() 1200 : public unary_function<_Pair, typename _Pair::second_type> in _GLIBCXX_VISIBILITY() 1232 class mem_fun_t : public unary_function<_Tp*, _Ret> in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | utility | 1058 struct _LIBCPP_TEMPLATE_VIS unary_function 1303 : public unary_function<_Tp, size_t> 1321 : public unary_function<_Tp, size_t> 1338 : public unary_function<_Tp, size_t> 1359 : public unary_function<_Tp, size_t> 1381 : public unary_function<_Tp, size_t> 1416 : public unary_function<_Tp*, size_t> 1434 : public unary_function<bool, size_t> 1442 : public unary_function<char, size_t> 1450 : public unary_function<signed char, size_t> [all …]
|
H A D | __functional_base | 80 static unary_function<_Ap, _Rp> 81 __test(const volatile unary_function<_Ap, _Rp>*); 168 : public unary_function<_A1, _Rp> 174 : public unary_function<_A1, _Rp> 180 : public unary_function<_A1, _Rp> 186 : public unary_function<_Cp*, _Rp> 192 : public unary_function<const _Cp*, _Rp> 198 : public unary_function<volatile _Cp*, _Rp> 204 : public unary_function<const volatile _Cp*, _Rp>
|
H A D | typeindex | 38 : public unary_function<type_index, size_t> 94 : public unary_function<type_index, size_t>
|
H A D | functional | 20 struct unary_function 36 : public unary_function<T1, R> // if wrapping a unary functor 109 struct negate : unary_function<T, T> 163 struct logical_not : unary_function<T, bool> 187 struct bit_not : unary_function<T, T> 196 : public unary_function<typename Predicate::argument_type, bool> 256 : public unary_function<typename Operation::second_argument_type, 273 : public unary_function<typename Operation::first_argument_type, 289 class pointer_to_unary_function : public unary_function<Arg, Result> 311 class mem_fun_t : public unary_function<T*, S> [all …]
|
H A D | system_error | 147 #include <__functional_base> // unary_function 441 : public unary_function<error_code, size_t> 452 : public unary_function<error_condition, size_t>
|
H A D | valarray | 474 struct __unary_plus : unary_function<_Tp, _Tp> 482 struct __bit_not : unary_function<_Tp, _Tp> 506 struct __apply_expr : unary_function<_Tp, _Tp> 520 struct __abs_expr : unary_function<_Tp, _Tp> 528 struct __acos_expr : unary_function<_Tp, _Tp> 536 struct __asin_expr : unary_function<_Tp, _Tp> 544 struct __atan_expr : unary_function<_Tp, _Tp> 560 struct __cos_expr : unary_function<_Tp, _Tp> 568 struct __cosh_expr : unary_function<_Tp, _Tp> 576 struct __exp_expr : unary_function<_Tp, _Tp> [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/ |
H A D | binders.h | 109 : public unary_function<typename _Operation::second_argument_type, in _GLIBCXX_VISIBILITY() 145 : public unary_function<typename _Operation::first_argument_type, in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/ |
H A D | binders.h | 109 : public unary_function<typename _Operation::second_argument_type, in _GLIBCXX_VISIBILITY() 144 : public unary_function<typename _Operation::first_argument_type, in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
H A D | functional_hash.h | 45 struct hash : public std::unary_function<_Tp, size_t> in _GLIBCXX_VISIBILITY() 53 struct hash<_Tp*> : public std::unary_function<_Tp*, size_t> in _GLIBCXX_VISIBILITY()
|
H A D | functional | 237 /// Determines if the type _Tp derives from unary_function. 243 static __one __test(const volatile unary_function<_T1, _Res>*); 326 * Knowing which of unary_function and binary_function _Tp derives 333 // Not a unary_function or binary_function, so try a weak result type. 339 // unary_function but not binary_function 342 : unary_function<typename _Tp::argument_type, 346 // binary_function but not unary_function 354 // Both unary_function and binary_function. Import result_type to 358 : unary_function<typename _Tp::argument_type, 368 * Derives from unary_function or binary_function when it [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/ |
H A D | base.h | 174 : public std::unary_function<argument_type, bool> 193 : public std::unary_function<_SecondArgumentType, _ResultType> 221 : public std::unary_function<_FirstArgumentType, _ResultType>
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/ |
H A D | base.h | 174 : public std::unary_function<argument_type, bool> 193 : public std::unary_function<_SecondArgumentType, _ResultType> 221 : public std::unary_function<_FirstArgumentType, _ResultType>
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
H A D | functional_hash.h | 49 struct hash : public std::unary_function<_Tp, size_t> in _GLIBCXX_VISIBILITY() 57 struct hash<_Tp*> : public std::unary_function<_Tp*, size_t> in _GLIBCXX_VISIBILITY()
|
H A D | functional | 267 // Ignore warnings about std::unary_function and std::binary_function. 271 /// Determines if the type _Tp derives from unary_function. 277 static __one __test(const volatile unary_function<_T1, _Res>*); 360 * Knowing which of unary_function and binary_function _Tp derives 367 // Not a unary_function or binary_function, so try a weak result type. 373 // unary_function but not binary_function 376 : unary_function<typename _Tp::argument_type, 380 // binary_function but not unary_function 388 // Both unary_function and binary_function. Import result_type to 392 : unary_function<typename _Tp::argument_type, [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | system.h | 100 struct hash<off_t> : public std::unary_function<off_t, std::size_t>
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | system.h | 100 struct hash<off_t> : public std::unary_function<off_t, std::size_t>
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | bitmap_allocator.h | 280 : public std::unary_function<typename std::pair<_Tp, _Tp>, bool> in _GLIBCXX_VISIBILITY() 304 : public std::unary_function<typename _Functor::argument_type, in _GLIBCXX_VISIBILITY() 330 : public std::unary_function<typename std::pair<_Tp, _Tp>, bool> in _GLIBCXX_VISIBILITY()
|
H A D | functional | 118 : public std::unary_function<typename _Operation2::argument_type, 143 : public std::unary_function<typename _Operation2::argument_type, 345 : public std::unary_function<unsigned int, unsigned int>
|
H A D | throw_allocator.h | 978 : public std::unary_function<__gnu_cxx::throw_value_limit, size_t> in _GLIBCXX_VISIBILITY() 994 : public std::unary_function<__gnu_cxx::throw_value_random, size_t> in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
H A D | functional | 121 : public std::unary_function<typename _Operation2::argument_type, 146 : public std::unary_function<typename _Operation2::argument_type, 348 : public std::unary_function<unsigned int, unsigned int>
|