Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_borrowck/src/constraints/
Dgraph.rs179 constraint_graph: &'s ConstraintGraph<D>, field
/third_party/rust/rust/compiler/rustc_borrowck/src/region_infer/
Dmod.rs69 constraint_graph: Frozen<NormalConstraintGraph>, field
346 let constraint_graph = Frozen::freeze(constraints.graph(definitions.len())); in new() localVariable