Home
last modified time | relevance | path

Searched defs:unify (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/rust/tests/ui/regions/
Dregion-invariant-static-error-reporting.rs12 fn unify<'a>(x: Option<Invariant<'a>>, f: fn(Invariant<'a>)) { in unify() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveIntervalUnion.cpp29 void LiveIntervalUnion::unify(LiveInterval &VirtReg, const LiveRange &Range) { in unify() function in LiveIntervalUnion
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_util.cpp195 void Interval::unify(Interval &that) in unify() function in nv50_ir::Interval
/third_party/mesa3d/src/compiler/glsl/
Dlower_jumps.cpp440 bool unify = true; in visit() local
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/infer/
Dunify.rs86 pub(crate) fn unify( in unify() function
428 pub(crate) fn unify<T: ?Sized + Zip<Interner>>(&mut self, ty1: &T, ty2: &T) -> bool { in unify() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Dinfer.rs65 pub(crate) mod unify; module
867 fn unify(&mut self, ty1: &Ty, ty2: &Ty) -> bool { in unify() method
/third_party/rust/rust/compiler/rustc_hir_typeck/src/
Dcoercion.rs142 fn unify(&self, a: Ty<'tcx>, b: Ty<'tcx>) -> InferResult<'tcx, Ty<'tcx>> { in unify() method