Searched refs:struct_tail_erasing_lifetimes (Results 1 – 8 of 8) sorted by relevance
91 let tail = self.tcx().struct_tail_erasing_lifetimes(ty, param_env); in type_has_metadata()
203 tcx.struct_tail_erasing_lifetimes(referenced_ty, self.ecx.param_env).kind() in visit_value()
311 let tail = self.ecx.tcx.struct_tail_erasing_lifetimes(pointee.ty, self.ecx.param_env); in check_wide_ptr_meta()
171 let unsized_ty = tcx.struct_tail_erasing_lifetimes(pointee_ty, tcx.param_env(def_id)); in check_rvalue()
592 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()
173 pub fn struct_tail_erasing_lifetimes( in struct_tail_erasing_lifetimes() method
1029 let tail = tcx.struct_tail_erasing_lifetimes(ty, param_env); in find_vtable_types_for_unsizing()
1044 let tail = fcx.tcx.struct_tail_erasing_lifetimes(item_ty, fcx.param_env); in check_item_type()