Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/query/type_op/
Dcustom.rs104 let region_constraint_data = infcx.take_and_reset_region_constraints(); in scrape_region_constraints() localVariable
/third_party/rust/rust/compiler/rustc_borrowck/src/type_check/liveness/
Dtrace.rs102 region_constraint_data: Option<&'tcx QueryRegionConstraints<'tcx>>, field
/third_party/rust/rust/compiler/rustc_infer/src/infer/region_constraints/
Dmod.rs343 pub fn region_constraint_data(&self) -> &RegionConstraintData<'tcx> { in region_constraint_data() method