Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_const_eval/src/interpret/
Dvalidity.rs108 pub enum PathElem { enum
162 fn write_path(out: &mut String, path: &[PathElem]) { in write_path()
198 fn aggregate_field_path_elem(&mut self, layout: TyAndLayout<'tcx>, field: usize) -> PathElem { in aggregate_field_path_elem()
274 elem: PathElem, in with_elem()
891 path: Vec<PathElem>, in validate_operand_internal()
892 ref_tracking: Option<&mut RefTracking<MPlaceTy<'tcx, M::Provenance>, Vec<PathElem>>>, in validate_operand_internal()
931 path: Vec<PathElem>, in const_validate_operand()
932 ref_tracking: &mut RefTracking<MPlaceTy<'tcx, M::Provenance>, Vec<PathElem>>, in const_validate_operand()