Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/reader/src/
H A Dparser.rs2187 let explicit_ctrl_type = if self.optional(Token::Dot) { in parse_instruction() localVariable
2199 let inst_data = self.parse_inst_operands(ctx, opcode, explicit_ctrl_type)?; in parse_instruction()
2201 let ctrl_typevar = self.infer_typevar(ctx, opcode, explicit_ctrl_type, &inst_data)?; in parse_instruction()
2291 explicit_ctrl_type: Option<Type>, in infer_typevar()
2295 let ctrl_type = match explicit_ctrl_type { in infer_typevar()