Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/mir/
Dtype_foldable.rs31 impl<'tcx> TypeFoldable<TyCtxt<'tcx>> for &'tcx [InlineAsmTemplatePiece] { impl
40 impl<'tcx> TypeFoldable<TyCtxt<'tcx>> for &'tcx [Span] { impl
49 impl<'tcx> TypeFoldable<TyCtxt<'tcx>> for &'tcx ty::List<PlaceElem<'tcx>> { impl
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dstructural_impls.rs489 impl<'tcx> TypeFoldable<TyCtxt<'tcx>> for &'tcx ty::List<ty::PolyExistentialPredicate<'tcx>> { impl
498 impl<'tcx> TypeFoldable<TyCtxt<'tcx>> for &'tcx ty::List<ty::Const<'tcx>> { impl
507 impl<'tcx> TypeFoldable<TyCtxt<'tcx>> for Ty<'tcx> { impl
619 impl<'tcx> TypeFoldable<TyCtxt<'tcx>> for ty::Region<'tcx> { impl
634 impl<'tcx> TypeFoldable<TyCtxt<'tcx>> for ty::Predicate<'tcx> { impl
644 impl<'tcx> TypeFoldable<TyCtxt<'tcx>> for ty::Clause<'tcx> { impl
684 impl<'tcx> TypeFoldable<TyCtxt<'tcx>> for &'tcx ty::List<ty::Clause<'tcx>> { impl
693 impl<'tcx> TypeFoldable<TyCtxt<'tcx>> for ty::Const<'tcx> { impl
756 impl<'tcx> TypeFoldable<TyCtxt<'tcx>> for InferConst<'tcx> { impl
Dsubst.rs220 impl<'tcx> TypeFoldable<TyCtxt<'tcx>> for GenericArg<'tcx> { impl
461 impl<'tcx> TypeFoldable<TyCtxt<'tcx>> for SubstsRef<'tcx> { impl
496 impl<'tcx> TypeFoldable<TyCtxt<'tcx>> for &'tcx ty::List<Ty<'tcx>> { impl
Dmod.rs1011 impl<'tcx> TypeFoldable<TyCtxt<'tcx>> for Term<'tcx> { impl
1732 impl<'tcx> TypeFoldable<TyCtxt<'tcx>> for ParamEnv<'tcx> { impl
/third_party/rust/rust/compiler/rustc_type_ir/src/
Dfold.rs54 pub trait TypeFoldable<I: Interner>: TypeVisitable<I> { interface
/third_party/rust/rust/compiler/rustc_middle/src/traits/
Dsolve.rs161 impl<'tcx> TypeFoldable<TyCtxt<'tcx>> for ExternalConstraints<'tcx> { impl
200 impl<'tcx> TypeFoldable<TyCtxt<'tcx>> for PredefinedOpaques<'tcx> { impl