Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/isle/isle/src/
H A Dast.rs108 ConstUnit { enumerator
H A Dprinter.rs482 SpecExpr::ConstUnit { pos: _ } => SExpr::List(Vec::new()), in to_sexpr()
H A Dparser.rs468 return Ok(SpecExpr::ConstUnit { pos }); in parse_spec_expr()
/wasmtime-44.0.1/cranelift/isle/veri/veri_engine/src/
H A Dannotations.rs282 SpecExpr::ConstUnit { pos: _ } => Expr::Const(Const { in spec_to_expr()