Home
last modified time | relevance | path

Searched defs:arg_memory_ty (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dtype_.rs178 fn arg_memory_ty(&self, arg_abi: &ArgAbi<'tcx, Ty<'tcx>>) -> Self::Type; in arg_memory_ty() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dabi.rs309 fn arg_memory_ty(&self, arg_abi: &ArgAbi<'tcx, Ty<'tcx>>) -> &'ll Type { in arg_memory_ty() method
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/intrinsic/
Dmod.rs405 fn arg_memory_ty(&self, arg_abi: &ArgAbi<'tcx, Ty<'tcx>>) -> Type<'gcc> { in arg_memory_ty() method