Home
last modified time | relevance | path

Searched refs:RefNull (Results 1 – 25 of 205) sorted by relevance

123456789

/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/walrus-0.19.0/src/
H A Dinit_expr.rs19 RefNull(ValType), enumerator
35 RefNull { ty } => InitExpr::RefNull(ValType::parse(&ty)?), in eval()
57 InitExpr::RefNull(ty) => { in emit()
/dports/devel/binaryen/binaryen-version_98/src/ir/
H A Dmanipulation.h44 inline RefNull* refNull(InputType* target, Type type) { in refNull()
45 auto* ret = convert<InputType, RefNull>(target); in refNull()
H A Dproperties.h83 return curr->is<Const>() || curr->is<RefNull>() || curr->is<RefFunc>() || in isSingleConstantExpression()
105 } else if (auto* n = curr->dynCast<RefNull>()) { in getLiteral()
H A Dutils.h150 void visitRefNull(RefNull* curr);
234 void visitRefNull(RefNull* curr) { curr->finalize(); } in visitRefNull()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wast-11.0.0/src/ast/
H A Dassert_expr.rs20 RefNull, enumerator
45 "ref.null" => Ok(AssertExpression::RefNull), in parse()
/dports/www/firefox/firefox-99.0/third_party/rust/wast/src/ast/
H A Dassert_expr.rs20 RefNull(Option<HeapType<'a>>), enumerator
43 "ref.null" => Ok(AssertExpression::RefNull(parser.parse()?)), in parse()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/wast/src/ast/
H A Dassert_expr.rs20 RefNull(Option<HeapType<'a>>), enumerator
43 "ref.null" => Ok(AssertExpression::RefNull(parser.parse()?)), in parse()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/wast/src/ast/
H A Dassert_expr.rs20 RefNull(Option<HeapType<'a>>), enumerator
43 "ref.null" => Ok(AssertExpression::RefNull(parser.parse()?)), in parse()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/wast/src/ast/
H A Dassert_expr.rs20 RefNull, enumerator
45 "ref.null" => Ok(AssertExpression::RefNull), in parse()
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmInitExpr.cpp141 case uint16_t(Op::RefNull): { in ValidateInitExpr()
353 case uint16_t(Op::RefNull): { in evaluate()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmInitExpr.cpp141 case uint16_t(Op::RefNull): { in ValidateInitExpr()
353 case uint16_t(Op::RefNull): { in evaluate()
/dports/www/firefox/firefox-99.0/third_party/rust/wasm-encoder/src/
H A Delements.rs169 Instruction::RefNull(segment.element_type).encode(&mut self.bytes) in segment()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wabt-sys-0.7.1/wabt/src/
H A Dir.h193 RefNull, enumerator
275 typedef ExprMixin<ExprType::RefNull> RefNullExpr;
552 RefNull, enumerator
557 ElemExpr() : kind(ElemExprKind::RefNull) {} in ElemExpr()
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmInitExpr.cpp141 case uint16_t(Op::RefNull): { in ValidateInitExpr()
412 case uint16_t(Op::RefNull): { in evaluate()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit-test/etc/wasm/generate-spectests/wast2js/src/
H A Dconvert.rs457 RefNull(x) => match x { in assert_expression_to_js_value()
570 RefNull(_) => format!("null"), in expression_to_js_value()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/wast/src/
H A Dwast.rs25 RefNull(RefType::Extern) => Val::ExternRef(None), in runtime_value()
411 (Val::ExternRef(x), wast::AssertExpression::RefNull(wast::RefType::Extern)) => x.is_none(), in val_matches()
/dports/www/firefox/firefox-99.0/js/src/jit-test/etc/wasm/generate-spectests/wast2js/src/
H A Dconvert.rs467 RefNull(x) => match x { in assert_expression_to_js_value()
580 RefNull(_) => format!("null"), in expression_to_js_value()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit-test/etc/wasm/generate-spectests/wast2js/src/
H A Dconvert.rs457 RefNull(x) => match x { in assert_expression_to_js_value()
570 RefNull(_) => format!("null"), in expression_to_js_value()
/dports/www/firefox/firefox-99.0/third_party/wasm2c/src/
H A Dir.h320 RefNull, enumerator
432 typedef RefTypeExpr<ExprType::RefNull> RefNullExpr;
790 RefNull, enumerator
795 ElemExpr() : kind(ElemExprKind::RefNull), type(Type::FuncRef) {} in ElemExpr()
797 explicit ElemExpr(Type type) : kind(ElemExprKind::RefNull), type(type) {} in ElemExpr()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/wasmparser-0.77.0/src/readers/
H A Delement_section.rs94 Operator::RefNull { ty } => ElementItem::Null(ty), in read()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wasmparser-0.57.0/src/readers/
H A Delement_section.rs94 Operator::RefNull { ty } => ElementItem::Null(ty), in read()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wasmparser-0.52.2/src/readers/
H A Delement_section.rs94 Operator::RefNull => ElementItem::Null, in read()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wasmparser-0.51.4/src/readers/
H A Delement_section.rs94 Operator::RefNull => ElementItem::Null, in read()
/dports/www/firefox/firefox-99.0/third_party/rust/wasmparser/src/readers/
H A Delement_section.rs94 Operator::RefNull { ty } => ElementItem::Null(ty), in read()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/wasmparser/src/readers/
H A Delement_section.rs94 Operator::RefNull { ty } => ElementItem::Null(ty), in read()

123456789