Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/infer/
Dunify.rs312 pub(crate) fn new_float_var(&mut self) -> Ty { in new_float_var() method
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dsty.rs1910 pub fn new_float_var(tcx: TyCtxt<'tcx>, v: ty::FloatVid) -> Ty<'tcx> { in new_float_var() method