Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_mir_build/src/build/
Dscope.rs204 struct DropTree { struct
211 /// Edges into the `DropTree` that need to be added once it's lowered. argument
212 entry_points: Vec<(DropIdx, BasicBlock)>,
252 impl DropTree { implementation
1205 unwind_drops: &mut DropTree, in build_scope_drops()
1291 mut drops: DropTree, in build_exit_tree()
1387 drops: &mut DropTree, in build_unwind_tree()