Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/mir/interpret/
Dmod.rs319 let alloc_kind = AllocDiscriminant::decode(decoder); in decode_alloc_id() localVariable
/third_party/rust/rust/compiler/rustc_const_eval/src/interpret/
Dvalidity.rs408 let alloc_kind = self.ecx.tcx.try_get_global_alloc(alloc_id); in check_safe_pointer() localVariable