Home
last modified time | relevance | path

Searched refs:struct_tail_erasing_lifetimes (Results 1 – 8 of 8) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/traits/
H A Dtype_.rs91 let tail = self.tcx().struct_tail_erasing_lifetimes(ty, param_env); in type_has_metadata()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_const_eval/src/interpret/
H A Dintern.rs203 tcx.struct_tail_erasing_lifetimes(referenced_ty, self.ecx.param_env).kind() in visit_value()
H A Dvalidity.rs311 let tail = self.ecx.tcx.struct_tail_erasing_lifetimes(pointee.ty, self.ecx.param_env); in check_wide_ptr_meta()
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_utils/src/
H A Dqualify_min_const_fn.rs171 let unsized_ty = tcx.struct_tail_erasing_lifetimes(pointee_ty, tcx.param_env(def_id)); in check_rvalue()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/
H A Dlayout.rs592 let unsized_part = tcx.struct_tail_erasing_lifetimes(pointee, param_env); in layout_of_uncached()
1916 let tail = tcx.struct_tail_erasing_lifetimes(pointee, param_env); in compute()
2313 match tcx.struct_tail_erasing_lifetimes(pointee, cx.param_env()).kind() { in ty_and_layout_field()
H A Dutil.rs173 pub fn struct_tail_erasing_lifetimes( in struct_tail_erasing_lifetimes() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_monomorphize/src/
H A Dcollector.rs1029 let tail = tcx.struct_tail_erasing_lifetimes(ty, param_env); in find_vtable_types_for_unsizing()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/
H A Dwfcheck.rs1044 let tail = fcx.tcx.struct_tail_erasing_lifetimes(item_ty, fcx.param_env); in check_item_type()