Home
last modified time | relevance | path

Searched refs:FreshFloatTy (Results 1 – 13 of 13) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_type_ir/src/
H A Dlib.rs418 FreshFloatTy(u32), enumerator
567 FreshTy(v) | FreshIntTy(v) | FreshFloatTy(v) => v.hash_stable(ctx, hasher), in hash_stable()
614 FreshFloatTy(v) => write!(f, "FreshFloatTy({:?})", v), in fmt()
639 FreshFloatTy(v) => write!(f, "FreshFloatTy({})", v), in fmt()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/
H A Dfreshen.rs180 ty::FreshFloatTy, in fold_ty()
183 ty::Infer(ty::FreshTy(ct) | ty::FreshIntTy(ct) | ty::FreshFloatTy(ct)) => { in fold_ty()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/
H A Ddiagnostics.rs24 | InferTy::FreshFloatTy(_) in is_primitive_ty()
43 | InferTy::FreshFloatTy(_), in is_simple_ty()
H A D_match.rs76 | &ty::Infer(ty::FreshFloatTy(_)), in tys()
H A Dsty.rs1942 matches!(self.kind(), Infer(FreshTy(_) | FreshIntTy(_) | FreshFloatTy(_))) in is_fresh()
2126 | ty::Infer(FreshTy(_) | ty::FreshIntTy(_) | ty::FreshFloatTy(_)) => { in discriminant_ty()
2174 | ty::Infer(ty::FreshTy(_) | ty::FreshIntTy(_) | ty::FreshFloatTy(_)) => { in ptr_metadata_ty()
2252 | ty::Infer(ty::FreshTy(_) | ty::FreshIntTy(_) | ty::FreshFloatTy(_)) => { in is_trivially_sized()
H A Dflags.rs150 ty::FreshTy(_) | ty::FreshIntTy(_) | ty::FreshFloatTy(_) => { in add_kind()
H A Derror.rs303 ty::Infer(ty::FreshFloatTy(_)) => "fresh floating-point type".into(), in sort_string()
H A Dutil.rs986 | ty::Infer(ty::FreshFloatTy(_))
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_trait_selection/src/traits/query/
H A Ddropck_outlives.rs90 | ty::Infer(ty::FreshFloatTy(_)) in trivial_dropck_outlives()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_const_eval/src/const_eval/
H A Dmod.rs120 | ty::Infer(ty::FreshFloatTy(_)) in const_to_valtree_inner()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/canonical/
H A Dcanonicalizer.rs362 ty::Infer(ty::FreshTy(_) | ty::FreshIntTy(_) | ty::FreshFloatTy(_)) => { in fold_ty()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_trait_selection/src/traits/select/
H A Dmod.rs1833 | ty::Infer(ty::FreshTy(_) | ty::FreshIntTy(_) | ty::FreshFloatTy(_)) => { in sized_conditions()
1906 | ty::Infer(ty::FreshTy(_) | ty::FreshIntTy(_) | ty::FreshFloatTy(_)) => { in copy_clone_conditions()
1946 … | ty::Infer(ty::TyVar(_) | ty::FreshTy(_) | ty::FreshIntTy(_) | ty::FreshFloatTy(_)) => { in constituent_types_for_ty()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_trait_selection/src/traits/error_reporting/
H A Dsuggestions.rs1081 Infer(InferTy::FreshFloatTy(_)), in suggest_impl_trait()
1082 Infer(InferTy::FreshFloatTy(_)), in suggest_impl_trait()