Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/reader/src/
H A Dparser.rs2396 args.push(self.parse_block_call_arg()?); in parse_opt_block_call_args()
2409 fn parse_block_call_arg(&mut self) -> ParseResult<BlockArg> { in parse_block_call_arg() method