Lines Matching refs:ControlFlow
33 use core::ops::ControlFlow;
104 ControlFlow::Continue(()) in new_with_trap_state()
116 pub fn trace(store: &StoreOpaque, mut f: impl FnMut(Frame) -> ControlFlow<()>) { in trace() argument
142 mut f: impl FnMut(Frame) -> ControlFlow<()>, in trace_suspended_continuation() argument
167 if let ControlFlow::Break(()) = Self::trace_through_continuations( in trace_suspended_continuation()
212 mut f: impl FnMut(Activation) -> ControlFlow<()>, in trace_with_trap_state() argument
285 if let ControlFlow::Break(()) = res { in trace_with_trap_state()
307 mut f: impl FnMut(Activation) -> ControlFlow<()>, in trace_through_continuations() argument
308 ) -> ControlFlow<()> { in trace_through_continuations()
377 ControlFlow::Continue(()) in trace_through_continuations()
390 ControlFlow::Continue(()) in activations()