Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/miri/tests/pass/stacked-borrows/
Dstack-printing.rs13 fn get_alloc_id(ptr: *const u8) -> u64 { in get_alloc_id() function
/third_party/rust/rust/compiler/rustc_middle/src/mir/interpret/
Dpointer.rs138 fn get_alloc_id(self) -> Option<AllocId>; in get_alloc_id() method
163 fn get_alloc_id(self) -> Option<AllocId> { in get_alloc_id() method
/third_party/rust/rust/src/tools/miri/src/
Dmachine.rs224 fn get_alloc_id(self) -> Option<AllocId> { in get_alloc_id() method