Searched defs:move_data (Results 1 – 9 of 9) sorted by relevance
55 pub move_data: MoveData<'tcx>, field
167 let move_data = &ctxt.move_data; in drop_flag_effects_for_function_entry() localVariable186 let move_data = &ctxt.move_data; in drop_flag_effects_for_location() localVariable
37 let move_data = MoveData::gather_moves(body, tcx, param_env).unwrap(); in run_pass() localVariable
79 fn move_data(&self) -> &MoveData<'tcx> { in move_data() method144 fn move_data(&self) -> &MoveData<'tcx> { in move_data() method196 fn move_data(&self) -> &MoveData<'tcx> { in move_data() method244 fn move_data(&self) -> &MoveData<'tcx> { in move_data() method635 let move_data = self.move_data(); in statement_effect() localVariable680 let move_data = self.move_data(); in call_return_effect() localVariable
56 let move_data = match MoveData::gather_moves(body, tcx, param_env) { in run_pass() localVariable297 fn move_data(&self) -> &'b MoveData<'tcx> { in move_data() method
18 move_data: &'me MoveData<'tcx>, field
86 move_data: &'me MoveData<'tcx>, field
187 fn move_data(&self) -> &MoveData<'tcx>; in move_data() method
529 move_data: &'cx MoveData<'tcx>, field