Home
last modified time | relevance | path

Searched defs:const_expr (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/cranelift/assembler-x64/meta/src/generate/
H A Dfeatures.rs83 let const_expr = format!("const {name}: &'static Features"); in generate_inner_constructor_expr() localVariable
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dvm.rs56 mod const_expr; module