Home
last modified time | relevance | path

Searched defs:can_unwind (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/library/core/src/panic/
Dpanic_info.rs30 can_unwind: bool, field
141 pub fn can_unwind(&self) -> bool { in can_unwind() method
/third_party/rust/rust/compiler/rustc_target/src/abi/call/
Dmod.rs625 pub can_unwind: bool, field
/third_party/rust/rust/compiler/rustc_mir_transform/src/
Dgenerator.rs1209 fn can_unwind<'tcx>(tcx: TyCtxt<'tcx>, body: &Body<'tcx>) -> bool { in can_unwind() function
1254 let can_unwind = can_unwind(tcx, body); in create_generator_resume_function() localVariable
/third_party/rust/rust/src/tools/compiletest/src/
Dcommon.rs411 pub fn can_unwind(&self) -> bool { in can_unwind() method