Home
last modified time | relevance | path

Searched defs:handle_layout_err (Results 1 – 11 of 11) sorted by relevance

/third_party/rust/rust/compiler/rustc_passes/src/
Dlayout_test.rs112 fn handle_layout_err(&self, err: LayoutError<'tcx>, span: Span, ty: Ty<'tcx>) -> ! { in handle_layout_err() method
/third_party/rust/rust/compiler/rustc_codegen_cranelift/src/
Dcommon.rs314 fn handle_layout_err(&self, err: LayoutError<'tcx>, span: Span, ty: Ty<'tcx>) -> ! { in handle_layout_err() method
479 fn handle_layout_err(&self, err: LayoutError<'tcx>, span: Span, ty: Ty<'tcx>) -> ! { in handle_layout_err() method
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dlayout.rs645 fn handle_layout_err( in handle_layout_err() method
684 fn handle_layout_err( in handle_layout_err() method
703 fn handle_layout_err( in handle_layout_err() method
/third_party/rust/rust/compiler/rustc_mir_transform/src/
Dconst_prop_lint.rs141 fn handle_layout_err(&self, err: LayoutError<'tcx>, _: Span, _: Ty<'tcx>) -> LayoutError<'tcx> { in handle_layout_err() method
Dconst_prop.rs308 fn handle_layout_err(&self, err: LayoutError<'tcx>, _: Span, _: Ty<'tcx>) -> LayoutError<'tcx> { in handle_layout_err() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dcontext.rs983 fn handle_layout_err(&self, err: LayoutError<'tcx>, span: Span, ty: Ty<'tcx>) -> ! { in handle_layout_err() method
Dbuilder.rs99 fn handle_layout_err(&self, err: LayoutError<'tcx>, span: Span, ty: Ty<'tcx>) -> ! { in handle_layout_err() method
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dcontext.rs478 fn handle_layout_err(&self, err: LayoutError<'tcx>, span: Span, ty: Ty<'tcx>) -> ! { in handle_layout_err() method
Dbuilder.rs377 fn handle_layout_err(&self, err: LayoutError<'tcx>, span: Span, ty: Ty<'tcx>) -> ! { in handle_layout_err() method
/third_party/rust/rust/compiler/rustc_const_eval/src/interpret/
Deval_context.rs320 fn handle_layout_err( in handle_layout_err() method
/third_party/rust/rust/compiler/rustc_lint/src/
Dcontext.rs1379 fn handle_layout_err(&self, err: LayoutError<'tcx>, _: Span, _: Ty<'tcx>) -> LayoutError<'tcx> { in handle_layout_err() method