Home
last modified time | relevance | path

Searched refs:SubtypeGoal (Results 1 – 15 of 15) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/chalk-recursive-0.75.0/src/
H A Dfulfill.rs11 QuantifierKind, Substitution, SubtypeGoal, TyKind, TyVariableKind, UCanonical,
322 GoalData::SubtypeGoal(SubtypeGoal { a, b }) => { in push_goal()
/dports/lang/rust/rustc-1.58.1-src/vendor/chalk-recursive/src/
H A Dfulfill.rs11 QuantifierKind, Substitution, SubtypeGoal, TyKind, TyVariableKind, UCanonical,
322 GoalData::SubtypeGoal(SubtypeGoal { a, b }) => { in push_goal()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/chalk-ir-0.75.0/src/
H A Dcast.rs163 impl<I: Interner> CastTo<Goal<I>> for SubtypeGoal<I> { implementation
165 GoalData::SubtypeGoal(self).intern(interner) in cast_to()
H A Ddebug.rs380 GoalData::SubtypeGoal(ref wc) => write!(fmt, "{:?}", wc), in fmt()
831 impl<I: Interner> Debug for SubtypeGoal<I> { implementation
H A Dlib.rs2011 pub struct SubtypeGoal<I: Interner> { struct
2016 impl<I: Interner> Copy for SubtypeGoal<I> where I::InternedType: Copy {} argument
2600 SubtypeGoal(SubtypeGoal<I>), enumerator
/dports/lang/rust/rustc-1.58.1-src/vendor/chalk-ir-0.55.0/src/
H A Dcast.rs157 impl<I: Interner> CastTo<Goal<I>> for SubtypeGoal<I> { implementation
159 GoalData::SubtypeGoal(self).intern(interner) in cast_to()
H A Ddebug.rs380 GoalData::SubtypeGoal(ref wc) => write!(fmt, "{:?}", wc), in fmt()
831 impl<I: Interner> Debug for SubtypeGoal<I> { implementation
H A Dlib.rs2034 pub struct SubtypeGoal<I: Interner> { struct
2039 impl<I: Interner> Copy for SubtypeGoal<I> where I::InternedType: Copy {} argument
2628 SubtypeGoal(SubtypeGoal<I>), enumerator
/dports/lang/rust/rustc-1.58.1-src/vendor/chalk-ir/src/
H A Dcast.rs163 impl<I: Interner> CastTo<Goal<I>> for SubtypeGoal<I> { implementation
165 GoalData::SubtypeGoal(self).intern(interner) in cast_to()
H A Ddebug.rs380 GoalData::SubtypeGoal(ref wc) => write!(fmt, "{:?}", wc), in fmt()
831 impl<I: Interner> Debug for SubtypeGoal<I> { implementation
H A Dlib.rs2011 pub struct SubtypeGoal<I: Interner> { struct
2016 impl<I: Interner> Copy for SubtypeGoal<I> where I::InternedType: Copy {} argument
2605 SubtypeGoal(SubtypeGoal<I>), enumerator
/dports/lang/rust/rustc-1.58.1-src/vendor/chalk-engine/src/
H A Dsimplify.rs93 GoalData::SubtypeGoal(goal) => { in simplify_goal()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/chalk-solve-0.75.0/src/infer/
H A Dunify.rs85 GoalData::SubtypeGoal(SubtypeGoal { a, b }) => { in relate()
1187 let subtype_goal = GoalData::SubtypeGoal(SubtypeGoal { a, b }).intern(self.interner()); in push_subtype_goal()
/dports/lang/rust/rustc-1.58.1-src/vendor/chalk-solve/src/infer/
H A Dunify.rs85 GoalData::SubtypeGoal(SubtypeGoal { a, b }) => { in relate()
1187 let subtype_goal = GoalData::SubtypeGoal(SubtypeGoal { a, b }).intern(self.interner()); in push_subtype_goal()
/dports/lang/rust/rustc-1.58.1-src/vendor/chalk-solve-0.55.0/src/infer/
H A Dunify.rs85 GoalData::SubtypeGoal(SubtypeGoal { a, b }) => { in relate()
1187 let subtype_goal = GoalData::SubtypeGoal(SubtypeGoal { a, b }).intern(self.interner()); in push_subtype_goal()