Searched defs:push_type (Results 1 – 5 of 5) sorted by relevance
27 using push_type = detail::push_coroutine< T >; typedef
59 void operator()( coro::asymmetric_coroutine< int >::push_type &) in operator ()()91 void operator()( coro::asymmetric_coroutine< int >::push_type &) in operator ()()103 void f2( coro::asymmetric_coroutine< void >::push_type &) in f2()202 void f20( coro::asymmetric_coroutine< int >::push_type &) in f20()
55 void operator()( coro::coroutine< int >::push_type &) in operator ()()88 void operator()( coro::coroutine< int >::push_type &) in operator ()()126 void f2( coro::coroutine< void >::push_type &) in f2()216 void f20( coro::coroutine< int >::push_type &) in f20()
181 void push_type(spv::Op op, const OperandList& operands) { in push_type() function
2349 typedef push_coroutine< T > push_type; typedef2357 typedef push_coroutine< T > push_type; typedef