Searched refs:BlockCallTargetType (Results 1 – 1 of 1) sorted by relevance
| /wasmtime-44.0.1/cranelift/codegen/src/verifier/ |
| H A D | mod.rs | 296 enum BlockCallTargetType { enum 1394 self.typecheck_block_call(inst, block_then, BlockCallTargetType::Normal, errors)?; in typecheck_variable_args() 1395 self.typecheck_block_call(inst, block_else, BlockCallTargetType::Normal, errors)?; in typecheck_variable_args() 1399 self.typecheck_block_call(inst, block, BlockCallTargetType::Normal, errors)?; in typecheck_variable_args() 1408 BlockCallTargetType::ExNormalRet, in typecheck_variable_args() 1418 BlockCallTargetType::Exception, in typecheck_variable_args() 1476 target_type: BlockCallTargetType, in typecheck_block_call() argument 1514 target_type: BlockCallTargetType, in block_call_arg_ty() argument 1538 (BlockArg::TryCallRet(i), BlockCallTargetType::ExNormalRet) in block_call_arg_ty() 1543 (BlockArg::TryCallRet(_), BlockCallTargetType::ExNormalRet) => { in block_call_arg_ty() [all …]
|