Searched defs:switch_ (Results 1 – 7 of 7) sorted by relevance
31 struct switch_ struct36 >::type iter_;38 typedef typename deref<iter_>::type pair_;39 typedef typename lambda< typename second<pair_>::type >::type f_;40 typedef typename apply1<f_,T>::type type;
809 struct switch_ : transform<switch_<Cases, Transform> > struct811 typedef switch_ proto_grammar;814 struct impl824 struct switch_<Cases> : transform<switch_<Cases> > struct826 typedef switch_ proto_grammar;829 struct impl834 struct impl<Expr &, State, Data>
288 switch_(Cond const& cond) in switch_() function
49 auto switch_(Any& a) { in switch_() function
296 PrimitivePtr switch_ = std::make_shared<Primitive>("Switch"); in TEST_F() local309 PrimitivePtr switch_ = std::make_shared<Primitive>("Switch"); in TEST_F() local
60 struct switch_ {}; struct
4289 auto switch_ = jit->builder->CreateSwitch(action, jit->coroutine.suspendBlock, 3); in promoteFunctionToCoroutine() local4373 auto switch_ = jit->builder->CreateSwitch(action, jit->coroutine.suspendBlock, 3); in yield() local