Home
last modified time | relevance | path

Searched defs:fty (Results 1 – 10 of 10) sorted by relevance

/third_party/rust/rust/compiler/rustc_traits/src/
Ddropck_outlives.rs57 let fty = tcx.type_of(field.did).subst_identity(); in adt_dtorck_constraint() localVariable
/third_party/rust/rust/compiler/rustc_hir_analysis/src/check/
Dintrinsic.rs56 let fty = Ty::new_fn_ptr(tcx, sig); in equate_intrinsic_type() localVariable
/third_party/skia/m133/experimental/lowp-basic/
Dbilerp-study.cpp62 int64_t fty(floor(ty * 65536.0f + 0.5f)); in full_res_bilerp() local
/third_party/skia/experimental/lowp-basic/
Dbilerp-study.cpp62 int64_t fty(floor(ty * 65536.0f + 0.5f)); in full_res_bilerp() local
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dasm.rs440 let fty = bx.cx.type_func(&argtys, output); in inline_asm_call() localVariable
Dcontext.rs556 let fty = self.type_variadic_func(&[], self.type_i32()); in eh_personality() localVariable
/third_party/rust/rust/compiler/rustc_hir_typeck/src/method/
Dprobe.rs933 let fty = self.tcx.fn_sig(method.def_id).subst(self.tcx, substs); in matches_return_type() localVariable
934 let fty = self.instantiate_binder_with_fresh_vars(self.span, infer::FnCall, fty); in matches_return_type() localVariable
/third_party/rust/rust/compiler/rustc_borrowck/src/type_check/
Dmod.rs700 let fty = self.sanitize_type(place, fty); in sanitize_projection() localVariable
701 let fty = self.cx.normalize(fty, location); in sanitize_projection() localVariable
/third_party/rust/rust/compiler/rustc_hir_analysis/src/
Dcollect.rs1490 let fty = in compute_sig_of_foreign_fn_decl() localVariable
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Drelate.rs546 let fty = relation.relate(a_fty, b_fty)?; in structurally_relate_tys() localVariable