Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_mir_dataflow/src/
Dlib.rs55 pub move_data: MoveData<'tcx>, field
Ddrop_flag_effects.rs167 let move_data = &ctxt.move_data; in drop_flag_effects_for_function_entry() localVariable
186 let move_data = &ctxt.move_data; in drop_flag_effects_for_location() localVariable
Drustc_peek.rs37 let move_data = MoveData::gather_moves(body, tcx, param_env).unwrap(); in run_pass() localVariable
/third_party/rust/rust/compiler/rustc_mir_dataflow/src/impls/
Dmod.rs79 fn move_data(&self) -> &MoveData<'tcx> { in move_data() method
144 fn move_data(&self) -> &MoveData<'tcx> { in move_data() method
196 fn move_data(&self) -> &MoveData<'tcx> { in move_data() method
244 fn move_data(&self) -> &MoveData<'tcx> { in move_data() method
635 let move_data = self.move_data(); in statement_effect() localVariable
680 let move_data = self.move_data(); in call_return_effect() localVariable
/third_party/rust/rust/compiler/rustc_mir_transform/src/
Delaborate_drops.rs56 let move_data = match MoveData::gather_moves(body, tcx, param_env) { in run_pass() localVariable
297 fn move_data(&self) -> &'b MoveData<'tcx> { in move_data() method
/third_party/rust/rust/compiler/rustc_borrowck/src/type_check/liveness/
Dpolonius.rs18 move_data: &'me MoveData<'tcx>, field
Dtrace.rs86 move_data: &'me MoveData<'tcx>, field
/third_party/rust/rust/compiler/rustc_mir_dataflow/src/move_paths/
Dmod.rs187 fn move_data(&self) -> &MoveData<'tcx>; in move_data() method
/third_party/rust/rust/compiler/rustc_borrowck/src/
Dlib.rs529 move_data: &'cx MoveData<'tcx>, field