Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/methods/
Dextend_with_drain.rs19 let src_ty = cx.typeck_results().expr_ty(drain_vec); in check() localVariable
22 let src_ty = src_ty.peel_refs(); in check() localVariable
/third_party/skia/third_party/externals/tint/src/transform/
Dpromote_initializers_to_const_var.cc79 auto* src_ty = call->Type(); in Run() local
/third_party/rust/rust/compiler/rustc_codegen_cranelift/src/
Dunsize.rs129 let src_ty = src.layout().ty; in coerce_unsized_into() localVariable
Dvalue_and_place.rs523 let src_ty = fx.bcx.func.dfg.value_type(data); in write_cvalue_maybe_transmute() localVariable
/third_party/rust/rust/compiler/rustc_const_eval/src/interpret/
Dcast.rs146 let src_ty = format!("{}", src.layout.ty); in cast() localVariable
/third_party/rust/rust/compiler/rustc_const_eval/src/transform/
Dvalidate.rs834 let src_ty = src.ty(&self.body.local_decls, self.tcx); in visit_statement() localVariable
/third_party/rust/rust/compiler/rustc_mir_transform/src/
Ddest_prop.rs779 let src_ty = self.body.local_decls()[src].ty; in visit_statement() localVariable
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dbuilder.rs767 let src_ty = self.cx.val_ty(val); in fptoui() localVariable
789 let src_ty = self.cx.val_ty(val); in fptosi() localVariable
1496 let src_ty = self.cx.val_ty(val); in fptoint_sat() localVariable
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/
Dbase.rs291 let src_ty = src.layout.ty; in coerce_unsized_into() localVariable
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dbuilder.rs1461 let src_ty = self.cx.val_ty(val); in fptoint_sat() localVariable