Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/miri/src/
Dmachine.rs404 pub(crate) enforce_abi: bool, field
879 fn enforce_abi(ecx: &MiriInterpCx<'mir, 'tcx>) -> bool { in enforce_abi() method
/third_party/rust/rust/compiler/rustc_const_eval/src/interpret/
Dmachine.rs153 fn enforce_abi(_ecx: &InterpCx<'mir, 'tcx, Self>) -> bool { in enforce_abi() method