Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/reader/src/
H A Dparser.rs1391 list.push(self.parse_abi_param()?); in parse_abi_param_list()
1396 list.push(self.parse_abi_param()?); in parse_abi_param_list()
1403 fn parse_abi_param(&mut self) -> ParseResult<AbiParam> { in parse_abi_param() method
3023 let arg = p.parse_abi_param().unwrap(); in argument_type()
3031 } = p.parse_abi_param().unwrap_err(); in argument_type()