Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_const_eval/src/interpret/
Dmemory.rs398 msg: CheckInAllocMsg, in check_ptr_access_align()
424 msg: CheckInAllocMsg, in check_and_deref_ptr()
/third_party/rust/rust/compiler/rustc_middle/src/mir/interpret/
Derror.rs201 pub enum CheckInAllocMsg { enum
/third_party/rust/rust/compiler/rustc_const_eval/src/
Derrors.rs465 fn bad_pointer_message(msg: CheckInAllocMsg, handler: &Handler) -> String { in bad_pointer_message()