| /src/contrib/llvm-project/libcxx/include/ext/ |
| H A D | __hash | 26 struct _LIBCPP_TEMPLATE_VIS hash<const char*> : public std::__unary_function<const char*, size_t> { 33 struct _LIBCPP_TEMPLATE_VIS hash<char*> : public std::__unary_function<char*, size_t> { 40 struct _LIBCPP_TEMPLATE_VIS hash<char> : public std::__unary_function<char, size_t> { 45 struct _LIBCPP_TEMPLATE_VIS hash<signed char> : public std::__unary_function<signed char, size_t> { 50 struct _LIBCPP_TEMPLATE_VIS hash<unsigned char> : public std::__unary_function<unsigned char, size_… 55 struct _LIBCPP_TEMPLATE_VIS hash<short> : public std::__unary_function<short, size_t> { 60 struct _LIBCPP_TEMPLATE_VIS hash<unsigned short> : public std::__unary_function<unsigned short, siz… 65 struct _LIBCPP_TEMPLATE_VIS hash<int> : public std::__unary_function<int, size_t> { 70 struct _LIBCPP_TEMPLATE_VIS hash<unsigned int> : public std::__unary_function<unsigned int, size_t>… 75 struct _LIBCPP_TEMPLATE_VIS hash<long> : public std::__unary_function<long, size_t> { [all …]
|
| /src/contrib/llvm-project/libcxx/include/__functional/ |
| H A D | hash.h | 243 struct __scalar_hash<_Tp, 0> : public __unary_function<_Tp, size_t> { 256 struct __scalar_hash<_Tp, 1> : public __unary_function<_Tp, size_t> { 268 struct __scalar_hash<_Tp, 2> : public __unary_function<_Tp, size_t> { 283 struct __scalar_hash<_Tp, 3> : public __unary_function<_Tp, size_t> { 299 struct __scalar_hash<_Tp, 4> : public __unary_function<_Tp, size_t> { 327 struct _LIBCPP_TEMPLATE_VIS hash<_Tp*> : public __unary_function<_Tp*, size_t> { 339 struct _LIBCPP_TEMPLATE_VIS hash<bool> : public __unary_function<bool, size_t> { 344 struct _LIBCPP_TEMPLATE_VIS hash<char> : public __unary_function<char, size_t> { 349 struct _LIBCPP_TEMPLATE_VIS hash<signed char> : public __unary_function<signed char, size_t> { 354 struct _LIBCPP_TEMPLATE_VIS hash<unsigned char> : public __unary_function<unsigned char, size_t> { [all …]
|
| H A D | weak_result_type.h | 50 static __unary_function<_Ap, _Rp> __test(const volatile __unary_function<_Ap, _Rp>*); 131 struct __weak_result_type<_Rp(_A1)> : public __unary_function<_A1, _Rp> {}; 134 struct __weak_result_type<_Rp (&)(_A1)> : public __unary_function<_A1, _Rp> {}; 137 struct __weak_result_type<_Rp (*)(_A1)> : public __unary_function<_A1, _Rp> {}; 140 struct __weak_result_type<_Rp (_Cp::*)()> : public __unary_function<_Cp*, _Rp> {}; 143 struct __weak_result_type<_Rp (_Cp::*)() const> : public __unary_function<const _Cp*, _Rp> {}; 146 struct __weak_result_type<_Rp (_Cp::*)() volatile> : public __unary_function<volatile _Cp*, _Rp> {}; 149 struct __weak_result_type<_Rp (_Cp::*)() const volatile> : public __unary_function<const volatile _…
|
| H A D | unary_function.h | 41 using __unary_function = unary_function<_Arg, _Result>; variable 45 using __unary_function = __unary_function_keep_layout_base<_Arg, _Result>;
|
| H A D | mem_fun_ref.h | 26 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t : public __unary_function<_Tp*, _S… 54 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_ref_t : public __unary_function<_Tp,… 83 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t : public __unary_function<co… 113 …_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_ref_t : public __unary_function<_Tp, _Sp> {
|
| H A D | unary_negate.h | 26 _LIBCPP_DEPRECATED_IN_CXX17 unary_negate : public __unary_function<typename _Predicate::argument_ty…
|
| H A D | pointer_to_unary_function.h | 26 _LIBCPP_DEPRECATED_IN_CXX11 pointer_to_unary_function : public __unary_function<_Arg, _Result> {
|
| H A D | binder2nd.h | 26 …: public __unary_function<typename _Operation::first_argument_type, typename _Operation::result_ty…
|
| H A D | binder1st.h | 26 …: public __unary_function<typename _Operation::second_argument_type, typename _Operation::result_t…
|
| H A D | operations.h | 170 struct _LIBCPP_TEMPLATE_VIS negate : __unary_function<_Tp, _Tp> { 219 struct _LIBCPP_TEMPLATE_VIS bit_not : __unary_function<_Tp, _Tp> { 494 struct _LIBCPP_TEMPLATE_VIS logical_not : __unary_function<_Tp, bool> {
|
| H A D | function.h | 98 struct __maybe_derive_from_unary_function<_Rp(_A1)> : public __unary_function<_A1, _Rp> {};
|
| /src/contrib/llvm-project/libcxx/include/__system_error/ |
| H A D | error_condition.h | 122 struct _LIBCPP_TEMPLATE_VIS hash<error_condition> : public __unary_function<error_condition, size_t…
|
| H A D | error_code.h | 135 struct _LIBCPP_TEMPLATE_VIS hash<error_code> : public __unary_function<error_code, size_t> {
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | typeindex | 94 struct _LIBCPP_TEMPLATE_VIS hash<type_index> : public __unary_function<type_index, size_t> {
|
| H A D | bitset | 947 struct _LIBCPP_TEMPLATE_VIS hash<bitset<_Size> > : public __unary_function<bitset<_Size>, size_t> {
|
| H A D | string_view | 878 struct __string_view_hash : public __unary_function<basic_string_view<_CharT, char_traits<_CharT> >…
|
| H A D | vector | 2898 : public __unary_function<vector<bool, _Allocator>, size_t> {
|
| H A D | string | 4224 struct __string_hash : public __unary_function<basic_string<_CharT, char_traits<_CharT>, _Allocator…
|
| /src/contrib/llvm-project/libcxx/include/__thread/ |
| H A D | thread.h | 114 struct _LIBCPP_TEMPLATE_VIS hash<__thread_id> : public __unary_function<__thread_id, size_t> {
|
| /src/contrib/llvm-project/libcxx/include/__filesystem/ |
| H A D | path.h | 919 struct _LIBCPP_AVAILABILITY_FILESYSTEM_LIBRARY hash<filesystem::path> : __unary_function<filesystem…
|