Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/traits/
H A Dtype_.rs104 fn cast_backend_type(&self, ty: &CastTarget) -> Self::Type; in cast_backend_type() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/
H A Dtype_.rs279 fn cast_backend_type(&self, ty: &CastTarget) -> &'ll Type { in cast_backend_type() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/src/
H A Dtype_of.rs343 fn cast_backend_type(&self, ty: &CastTarget) -> Type<'gcc> { in cast_backend_type() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/mir/
H A Dintrinsic.rs578 let ptr_llty = bx.type_ptr_to(bx.cast_backend_type(&ty)); in codegen_intrinsic_call()
H A Dblock.rs298 let ty = bx.cast_backend_type(&cast_ty); in codegen_return_terminator()
1132 let llty = bx.cast_backend_type(&ty); in codegen_argument()