Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/mir/interpret/
Dvalue.rs185 pub fn from_pointer(ptr: Pointer<Prov>, cx: &impl HasDataLayout) -> Self { in from_pointer() method
/third_party/rust/rust/compiler/rustc_const_eval/src/interpret/
Doperand.rs46 pub fn from_pointer(p: Pointer<Prov>, cx: &impl HasDataLayout) -> Self { in from_pointer() method