Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_const_eval/src/const_eval/
Dmachine.rs44 pub struct CompileTimeInterpreter<'mir, 'tcx> { struct
49 pub(super) num_evaluated_steps: usize,
52 pub(super) stack: Vec<Frame<'mir, 'tcx, AllocId, ()>>,
60 pub(super) can_access_statics: CanAccessStatics,
63 pub(super) check_alignment: CheckAlignment,
98 impl<'mir, 'tcx> CompileTimeInterpreter<'mir, 'tcx> { implementation
351 impl<'mir, 'tcx> interpret::Machine<'mir, 'tcx> for CompileTimeInterpreter<'mir, 'tcx> { implementation