Home
last modified time | relevance | path

Searched refs:normal_ty (Results 1 – 2 of 2) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/src/
H A Dtype_of.rs192 let normal_ty = cx.tcx.erase_regions(self.ty); in gcc_type() localVariable
196 if self.ty != normal_ty { in gcc_type()
197 let mut layout = cx.layout_of(normal_ty); in gcc_type()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/
H A Dtype_of.rs258 let normal_ty = cx.tcx.erase_regions(self.ty); in llvm_type() localVariable
262 let llty = if self.ty != normal_ty { in llvm_type()
263 let mut layout = cx.layout_of(normal_ty); in llvm_type()