Searched defs:enforce_validity (Results 1 – 5 of 5) sorted by relevance
| /third_party/rust/rust/compiler/rustc_const_eval/src/const_eval/ |
| D | machine.rs | 364 fn enforce_validity(ecx: &InterpCx<'mir, 'tcx, Self>, layout: TyAndLayout<'tcx>) -> bool { in enforce_validity() method
|
| /third_party/rust/rust/compiler/rustc_mir_transform/src/ |
| D | dataflow_const_prop.rs | 544 fn enforce_validity(_ecx: &InterpCx<'mir, 'tcx, Self>, _layout: TyAndLayout<'tcx>) -> bool { in enforce_validity() method
|
| D | const_prop.rs | 162 fn enforce_validity(_ecx: &InterpCx<'mir, 'tcx, Self>, _layout: TyAndLayout<'tcx>) -> bool { in enforce_validity() method
|
| /third_party/rust/rust/compiler/rustc_const_eval/src/interpret/ |
| D | machine.rs | 150 fn enforce_validity(ecx: &InterpCx<'mir, 'tcx, Self>, layout: TyAndLayout<'tcx>) -> bool; in enforce_validity() method
|
| /third_party/rust/rust/src/tools/miri/src/ |
| D | machine.rs | 874 fn enforce_validity(ecx: &MiriInterpCx<'mir, 'tcx>, _layout: TyAndLayout<'tcx>) -> bool { in enforce_validity() method
|