Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_const_eval/src/interpret/
Dmachine.rs438 fn after_stack_push(_ecx: &mut InterpCx<'mir, 'tcx, Self>) -> InterpResult<'tcx> { in after_stack_push() method
/third_party/rust/rust/src/tools/miri/src/
Dmachine.rs1282 fn after_stack_push(ecx: &mut InterpCx<'mir, 'tcx, Self>) -> InterpResult<'tcx> { in after_stack_push() method