Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/mir/interpret/allocation/
Dinit_mask.rs653 pub struct InitCopy { struct
661 impl InitCopy { implementation
675 pub fn prepare_copy(&self, range: AllocRange) -> InitCopy { in prepare_copy()
704 pub fn apply_copy(&mut self, defined: InitCopy, range: AllocRange, repeat: u64) { in apply_copy()
/third_party/rust/rust/compiler/rustc_middle/src/mir/interpret/
Dallocation.rs617 pub fn init_mask_apply_copy(&mut self, copy: InitCopy, range: AllocRange, repeat: u64) { in init_mask_apply_copy()