Home
last modified time | relevance | path

Searched refs:func_params_types (Results 1 – 2 of 2) sorted by path

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/
H A Dbuilder.rs1372 let param_tys = self.cx.func_params_types(fn_ty); in check_call()
H A Dtype_.rs68 crate fn func_params_types(&self, ty: &'ll Type) -> Vec<&'ll Type> { in func_params_types() method