Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_mir_dataflow/src/move_paths/
Dmod.rs38 pub fn move_path_index(self, move_data: &MoveData<'_>) -> MovePathIndex { in move_path_index() method
/third_party/rust/rust/compiler/rustc_mir_dataflow/src/impls/
Dmod.rs646 let move_path_index = rev_lookup.find_local(local); in statement_effect() localVariable