Searched defs:UnsafeCellVisitor (Results 1 – 1 of 1) sorted by relevance
| /third_party/rust/rust/src/tools/miri/src/ |
| D | helpers.rs | 462 struct UnsafeCellVisitor<'ecx, 'mir, 'tcx, F> in visit_freeze_sensitive() struct 466 ecx: &'ecx MiriInterpCx<'mir, 'tcx>, in visit_freeze_sensitive() 467 unsafe_cell_action: F, in visit_freeze_sensitive() 470 impl<'ecx, 'mir, 'tcx: 'mir, F> ValueVisitor<'mir, 'tcx, MiriMachine<'mir, 'tcx>> in visit_freeze_sensitive()
|