Searched defs:can_unwind (Results 1 – 4 of 4) sorted by relevance
30 can_unwind: bool, field141 pub fn can_unwind(&self) -> bool { in can_unwind() method
625 pub can_unwind: bool, field
1209 fn can_unwind<'tcx>(tcx: TyCtxt<'tcx>, body: &Body<'tcx>) -> bool { in can_unwind() function1254 let can_unwind = can_unwind(tcx, body); in create_generator_resume_function() localVariable
411 pub fn can_unwind(&self) -> bool { in can_unwind() method