Searched defs:ControlFlow (Results 1 – 5 of 5) sorted by relevance
48 public class ControlFlow { class57 public ControlFlow(CtMethod method) throws BadBytecode { in ControlFlow() method in ControlFlow64 public ControlFlow(CtClass ctclazz, MethodInfo minfo) throws BadBytecode { in ControlFlow() method in ControlFlow
437 FunctionDef ControlFlow() { in ControlFlow() function
702 mut f: impl FnMut(&mut Self) -> Result<ControlFlow<(), ()>>, in arbitrary_loop()
339 enum Kind { ControlFlow, Event, Macro, Call }; enumerator
3401 impl<B, C> Try for ControlFlow<B, C> { implementation