Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/constraints/
H A Dmod.rs18 outlives: IndexVec<OutlivesConstraintIndex, OutlivesConstraint<'tcx>>, field
62 crate fn outlives(&self) -> &IndexVec<OutlivesConstraintIndex, OutlivesConstraint<'tcx>> { in outlives() method
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/nll/ty-outlives/
H A Dty-param-fn-body.rs23 fn outlives<'a, T>(x: Cell<&'a usize>, y: T) in outlives() function
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/escape/
H A Dsolve.go228 func (b *batch) outlives(l, other *location) bool { func
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/type_check/
H A Dfree_region_relations.rs28 outlives: TransitiveRelation<RegionVid>, field
207 crate fn outlives(&self, fr1: RegionVid, fr2: RegionVid) -> bool { in outlives() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_traits/src/
H A Ddropck_outlives.rs344 let mut outlives = FxHashSet::default(); in dedup_dtorck_constraint() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_trait_selection/src/traits/select/
H A Dconfirmation.rs775 let outlives = ty::OutlivesPredicate(r_a, r_b); in confirm_trait_upcasting_unsize_candidate() localVariable
872 let outlives = ty::OutlivesPredicate(r_a, r_b); in confirm_builtin_unsize_candidate() localVariable
924 let outlives = ty::OutlivesPredicate(source, r); in confirm_builtin_unsize_candidate() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_trait_selection/src/traits/query/type_op/
H A Dmod.rs18 pub mod outlives; module
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/outlives/
H A Dobligations.rs180 let outlives = &mut TypeOutlives::new( in process_registered_region_obligations() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/infer/
H A Dcanonical.rs186 pub outlives: Vec<QueryOutlivesConstraint<'tcx>>, field
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/
H A Dlib.rs96 mod outlives; module
H A Dcollect.rs2139 let outlives = ty::Binder::dummy(ty::OutlivesPredicate(region, bound)); in gather_explicit_predicates_of() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/traits/
H A Dquery.rs150 pub outlives: Vec<ty::subst::GenericArg<'tcx>>, field
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/canonical/
H A Dquery_response.rs598 let outlives: Vec<_> = constraints in make_query_region_constraints() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_trait_selection/src/traits/
H A Dwf.rs769 let outlives = in from_object_ty() localVariable
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/gc/
H A Descape.go1283 func (e *Escape) outlives(l, other *EscLocation) bool { func
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/
H A Dwfcheck.rs500 let outlives = &mut TypeOutlives::new( in ty_known_to_outlive() localVariable
/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/clean/
H A Dmod.rs413 let outlives = self in clean() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/
H A Dmod.rs66 pub mod outlives; module