Home
last modified time | relevance | path

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

/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/walrus-0.19.0/src/ir/
H A Dtraversals.rs297 let block_ty = module.types.add(&[], &[]); in make_test_func() localVariable
304 .block(block_ty, |block| { in make_test_func()
309 block_ty, in make_test_func()
/dports/www/firefox/firefox-99.0/third_party/rust/wasm-smith/src/
H A Dcode_builder.rs1081 let block_ty = builder.arbitrary_block_type(u, module)?; in block() localVariable
1082 let (params, results) = block_ty.params_results(module); in block()
1090 Ok(Instruction::Block(block_ty)) in block()
1099 let block_ty = builder.arbitrary_block_type(u, module)?; localVariable
1100 let (params, results) = block_ty.params_results(module);
1108 Ok(Instruction::Try(block_ty))
1182 let block_ty = builder.arbitrary_block_type(u, module)?; localVariable
1183 let (params, results) = block_ty.params_results(module);
1191 Ok(Instruction::Loop(block_ty))
1202 let block_ty = builder.arbitrary_block_type(u, module)?; localVariable
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_build/src/thir/cx/
H A Dexpr.rs625 let block_ty = self.typeck_results().node_type(body.hir_id); in make_mirror_unadjusted() localVariable
629 ty: block_ty, in make_mirror_unadjusted()
/dports/lang/zig-devel/zig-0.9.0/src/arch/wasm/
H A DCodeGen.zig1778 const block_ty = try self.genBlockType(self.air.getRefType(ty_pl.ty));
1782 // if block_ty is non-empty, we create a register to store the temporary value
1783 const block_result: WValue = if (block_ty != wasm.block_empty)
/dports/lang/zig/zig-0.9.0/src/arch/wasm/
H A DCodeGen.zig1778 const block_ty = try self.genBlockType(self.air.getRefType(ty_pl.ty));
1782 // if block_ty is non-empty, we create a register to store the temporary value
1783 const block_result: WValue = if (block_ty != wasm.block_empty)