Searched refs:invoke_result (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/usr.sbin/inetd/ |
| H A D | parse_v2.c | 61 typedef enum invoke_result { enum 63 } invoke_result; typedef 90 static invoke_result parse_invoke_handler(bool *, char **, struct servtab *); 553 static invoke_result
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| H A D | type_traits | 2573 // __invoke_result (std::invoke_result for C++11) 2591 { } _GLIBCXX17_DEPRECATED_SUGGEST("std::invoke_result"); 3048 /// std::invoke_result 3050 struct invoke_result 3062 using invoke_result_t = typename invoke_result<_Fn, _Args...>::type;
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
| H A D | type_traits | 2520 // __invoke_result (std::invoke_result for C++11) 2949 /// std::invoke_result 2951 struct invoke_result 2957 using invoke_result_t = typename invoke_result<_Fn, _Args...>::type;
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | type_traits | 170 template <class Fn, class... ArgTypes> struct invoke_result; // C++17 238 using invoke_result_t = typename invoke_result<Fn, ArgTypes...>::type; // C++17 4139 // invoke_result 4142 struct _LIBCPP_TEMPLATE_VIS invoke_result 4148 using invoke_result_t = typename invoke_result<_Fn, _Args...>::type;
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-2020 | 2928 * include/std/type_traits (invoke_result, is_invocable) 2932 * testsuite/20_util/invoke_result/incomplete_args_neg.cc: New test. 4077 * include/std/type_traits (invoke_result, is_nothrow_invocable_r) 4083 * testsuite/20_util/invoke_result/incomplete_neg.cc: New test.
|
| H A D | ChangeLog-2017 | 3314 (invoke_result, invoke_result_t): Define for C++17.
|
| H A D | ChangeLog-2019 | 5162 (__do_visit): Use invoke_result instead of __visitor_result_type.
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | ChangeLog.git | 13672 gdbsupport: Replace gdb::invoke_result with std::invoke_result 13673 Given that GDB now requires C++17, we can replace gdb::invoke_result 13674 with std::invoke_result which is provided by <type_traits>. 105613 gdbsupport: add wrapper around result_of and invoke_result 105618 …leter>>, std::random_access_iterator_tag>)>' is deprecated: use 'std::invoke_result' instead [-Wer… 105625 { } _GLIBCXX17_DEPRECATED_SUGGEST("std::invoke_result"); 105639 Given we'll have to transition to std::invoke_result eventually, make a 105640 GDB wrapper to mimimc std::invoke_result, which uses std::invoke_result 130214 we'll need some patches eventually to make the code use invoke_result
|
| /netbsd-src/external/gpl3/gcc.old/dist/ |
| H A D | NEWS | 3789 invoke_result;
|
| /netbsd-src/external/gpl3/gcc/dist/ |
| H A D | NEWS | 5667 invoke_result;
|
| H A D | MD5SUMS | 107599 e0a44054e7c886c83059bd408a2b9042 libstdc++-v3/testsuite/20_util/invoke_result/incomplete_args_neg.… 107600 428c5205a079b8d3e849875a022aff08 libstdc++-v3/testsuite/20_util/invoke_result/incomplete_neg.cc
|