Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/reader/src/
H A Dparser.rs2049 self.parse_block_param(ctx, block)?; in parse_block_params()
2054 self.parse_block_param(ctx, block)?; in parse_block_params()
2068 fn parse_block_param(&mut self, ctx: &mut Context, block: Block) -> ParseResult<()> { in parse_block_param() method