Searched refs:RunType (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr56029.C79 typedef R (RunType) (A1, A2); typedef in struct:RunnableAdapter
85 typedef typename RunnableType::RunType RunType; typedef in struct:FunctorTraits
98 template <typename Runnable, typename RunType>
99 struct BindState <Runnable, RunType, void ()> : BindStateBase
102 typedef Invoker <0, BindState, RunType> InvokerType;
108 Callback <typename BindState <typename FunctorTraits <Functor>::RunnableType, typename FunctorTraits <Functor>::RunType, void ()>::UnboundRunType>
112 typedef typename FunctorTraits <Functor>::RunType RunType; typedef
113 typedef BindState <RunnableType, RunType, voi
[all...]

Completed in 82 milliseconds