Home
last modified time | relevance | path

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

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