Home
last modified time | relevance | path

Searched refs:fn_decl_backend_type (Results 1 – 4 of 4) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/traits/
H A Dtype_.rs105 fn fn_decl_backend_type(&self, fn_abi: &FnAbi<'tcx, Ty<'tcx>>) -> Self::Type; in fn_decl_backend_type() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/
H A Dtype_.rs282 fn fn_decl_backend_type(&self, fn_abi: &FnAbi<'tcx, Ty<'tcx>>) -> &'ll Type { in fn_decl_backend_type() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/src/
H A Dtype_of.rs355 fn fn_decl_backend_type(&self, _fn_abi: &FnAbi<'tcx, Ty<'tcx>>) -> Type<'gcc> { in fn_decl_backend_type() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/mir/
H A Dblock.rs136 let fn_ty = bx.fn_decl_backend_type(&fn_abi); in do_call()