Home
last modified time | relevance | path

Searched refs:decay (Results 1 – 25 of 108) sorted by relevance

12345

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
H A Dexecution_impl.h108 …typename __internal::__policy_traits<typename std::decay<_ExecutionPolicy>::type>::__collector_typ…
112 … typename __internal::__policy_traits<typename std::decay<_ExecutionPolicy>::type>::__allow_vector;
116 …typename __internal::__policy_traits<typename std::decay<_ExecutionPolicy>::type>::__allow_unseque…
120 …typename __internal::__policy_traits<typename std::decay<_ExecutionPolicy>::type>::__allow_paralle…
H A Dexecution_defs.h155 …typename std::enable_if<__pstl::execution::is_execution_policy<typename std::decay<_ExecPolicy>::t…
H A Dparallel_backend_tbb.h430 …return new (allocate_continuation()) __func_task<typename std::decay<_Fn>::type>(std::forward<_Fn>… in make_continuation()
437 …return new (parent->allocate_child()) __func_task<typename std::decay<_Fn>::type>(std::forward<_Fn… in make_child_of()
445 __func_task<typename std::decay<_Fn>::type>(std::forward<_Fn>(__f)); in make_additional_child_of()
531 …__alloc.new_object<__func_task<typename std::decay<_Fn>::type>>(*_M_execute_data, std::forward<_Fn… in allocate_func_task()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
H A Dexecution_impl.h108 …typename __internal::__policy_traits<typename std::decay<_ExecutionPolicy>::type>::__collector_typ…
112 … typename __internal::__policy_traits<typename std::decay<_ExecutionPolicy>::type>::__allow_vector;
116 …typename __internal::__policy_traits<typename std::decay<_ExecutionPolicy>::type>::__allow_unseque…
120 …typename __internal::__policy_traits<typename std::decay<_ExecutionPolicy>::type>::__allow_paralle…
H A Dexecution_defs.h155 …typename std::enable_if<__pstl::execution::is_execution_policy<typename std::decay<_ExecPolicy>::t…
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DScopeExit.h57 LLVM_NODISCARD detail::scope_exit<typename std::decay<Callable>::type>
59 return detail::scope_exit<typename std::decay<Callable>::type>( in make_scope_exit()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstd_thread.h149 static_assert( __is_invocable<typename decay<_Callable>::type, in _GLIBCXX_VISIBILITY()
150 typename decay<_Args>::type...>::value, in _GLIBCXX_VISIBILITY()
293 using _Call_wrapper = _Invoker<tuple<typename decay<_Tp>::type...>>; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/experimental/
H A Diterator105 ostream_joiner<typename decay<_Delim>::type, _CharT, _Traits>
107 { return ostream_joiner<typename decay<_Delim>::type, _CharT, _Traits>(__os, _VSTD::forward<_Delim>…
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-actions.h974 internal::DoAllAction<typename std::decay<Action>::type...> DoAll(
985 internal::WithArgsAction<typename std::decay<InnerAction>::type, k>
995 internal::WithArgsAction<typename std::decay<InnerAction>::type, k, ks...>
1005 internal::WithArgsAction<typename std::decay<InnerAction>::type>
1094 typename std::decay<FunctionImpl>::type Invoke(FunctionImpl&& function_impl) {
1108 internal::InvokeWithoutArgsAction<typename std::decay<FunctionImpl>::type>
H A Dgmock-matchers.h1202 using RawU = typename std::decay<U>::type;
3443 using RawArgsTuple = typename std::decay<ArgsTuple>::type;
4409 std::tuple<typename std::decay<const Args&>::type...>>
4412 std::tuple<typename std::decay<const Args&>::type...>>(
4418 std::tuple<typename std::decay<const Args&>::type...>>
4421 std::tuple<typename std::decay<const Args&>::type...>>(
4427 internal::AllOfMatcher<typename std::decay<const Args&>::type...> AllOf(
4429 return internal::AllOfMatcher<typename std::decay<const Args&>::type...>(
4434 internal::AnyOfMatcher<typename std::decay<const Args&>::type...> AnyOf(
4436 return internal::AnyOfMatcher<typename std::decay<const Args&>::type...>(
[all …]
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dgamma_inc.c197 mpfr_exp_t decay = 0; in mpfr_gamma_inc() local
260 decay = MPFR_GET_EXP(s_abs) - MPFR_GET_EXP(s); in mpfr_gamma_inc()
302 e1 += decay + 1 + MPFR_INT_CEIL_LOG2 (2*k+7); in mpfr_gamma_inc()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dcompressed_pair.h45 !is_same<__compressed_pair_elem, typename decay<_Up>::type>::value
86 !is_same<__compressed_pair_elem, typename decay<_Up>::type>::value
H A Dpointer_traits.h180 typename decay<decltype(__to_address_helper<_Pointer>::__call(declval<const _Pointer&>()))>::type
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dthread123 // 3039. Unnecessary decay in thread and packaged_task
135 static_assert( __is_invocable<typename decay<_Callable>::type,
136 typename decay<_Args>::type...>::value,
276 using __decayed_tuple = tuple<typename decay<_Tp>::type...>;
H A Dfunctional760 template<typename _Tp, typename _Tp2 = typename decay<_Tp>::type>
765 : _Bind_check_arity<typename decay<_Func>::type, _BoundArgs...>
767 typedef typename decay<_Func>::type __func_type;
768 typedef _Bind<__func_type(typename decay<_BoundArgs>::type...)> type;
794 : _Bind_check_arity<typename decay<_Func>::type, _BoundArgs...>
796 typedef typename decay<_Func>::type __functor_type;
798 __functor_type(typename decay<_BoundArgs>::type...)>
/netbsd-src/external/mit/isl/dist/
H A Disl_test2.cc97 template <typename T, typename std::decay<decltype(
103 template <typename T, typename std::decay<decltype(
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dfuture311 future<typename result_of<typename decay<F>::type(typename decay<Args>::type...)>::type>
315 future<typename result_of<typename decay<F>::type(typename decay<Args>::type...)>::type>
1746 typedef typename remove_reference<typename decay<_Fp>::type>::type _FR;
1770 typedef typename remove_reference<typename decay<_Fp>::type>::type _FR;
2195 future<typename __invoke_of<typename decay<_Fp>::type, typename decay<_Args>::type...>::type>
2198 typedef __async_func<typename decay<_Fp>::type, typename decay<_Args>::type...> _BF;
2221 future<typename __invoke_of<typename decay<_Fp>::type, typename decay<_Args>::type...>::type>
H A Dtype_traits165 template <class T> struct decay;
226 using decay_t = typename decay<T>::type; // C++14
1620 // decay
1644 struct _LIBCPP_TEMPLATE_VIS decay
1653 template <class _Tp> using decay_t = typename decay<_Tp>::type;
2382 typedef _LIBCPP_NODEBUG_TYPE typename decay<decltype(
2443 … _IsSame<_Tp, typename decay<_Tp>::type>::value && _IsSame<_Up, typename decay<_Up>::type>::value,
2445 common_type<typename decay<_Tp>::type, typename decay<_Up>::type>
2852 typename decay<_Tp>::type
3789 class _DecayFp = typename decay<_Fp>::type,
[all …]
H A Dthread302 typedef tuple<_TSPtr, typename decay<_Fp>::type, typename decay<_Args>::type...> _Gp;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dnested_exception.h120 using _Up = typename decay<_Tp>::type; in throw_with_nested()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dnested_exception.h120 using _Up = typename decay<_Tp>::type; in throw_with_nested()
H A Dexception_ptr.h243 using _Ex2 = typename decay<_Ex>::type; in make_exception_ptr()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dpropagate_const137 typename decay<_Up>::type>>
147 typename decay<_Up>::type>>
168 typename decay<_Up>::type>>
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dpropagate_const134 typename decay<_Up>::type>>
143 typename decay<_Up>::type>>
164 typename decay<_Up>::type>>
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dfunctional844 template<typename _Tp, typename _Tp2 = typename decay<_Tp>::type>
849 : _Bind_check_arity<typename decay<_Func>::type, _BoundArgs...>
851 typedef typename decay<_Func>::type __func_type;
852 typedef _Bind<__func_type(typename decay<_BoundArgs>::type...)> type;
879 : _Bind_check_arity<typename decay<_Func>::type, _BoundArgs...>
881 typedef typename decay<_Func>::type __functor_type;
883 __functor_type(typename decay<_BoundArgs>::type...)>

12345