Home
last modified time | relevance | path

Searched refs:has_erasable_regions (Results 1 – 5 of 5) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/
H A Dfreshen.rs149 if !t.needs_infer() && !t.has_erasable_regions(self.tcx()) { in fold_ty()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_symbol_mangling/src/
H A Dlegacy.rs112 assert!(!item_type.has_erasable_regions(tcx)); in get_symbol_hash()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/mir/
H A Dmod.rs212 assert!(!layout.ty.has_erasable_regions(cx.tcx())); in codegen_mir()
H A Dblock.rs1437 assert!(!dst_layout.ty.has_erasable_regions(self.cx.tcx())); in codegen_transmute()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/
H A Dfold.rs147 fn has_erasable_regions(&self, tcx: TyCtxt<'tcx>) -> bool { in has_erasable_regions() method