Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_borrowck/src/type_check/liveness/
Dtrace.rs89 drop_data: FxIndexMap<Ty<'tcx>, DropData<'tcx>>, field
169 let drop_data = self.cx.drop_data.entry(local_ty).or_insert_with({ in dropck_boring_locals() localVariable
512 let drop_data = self.drop_data.entry(dropped_ty).or_insert_with({ in add_drop_live_facts_for() localVariable