Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/debug/transform/
H A Dattr.rs213 let mut single_expr: Option<write::Expression> = None; in clone_die_attributes() localVariable
216 if let Some(ref prev_expr) = single_expr { in clone_die_attributes()
220 single_expr = None; in clone_die_attributes()
223 single_expr = Some(expr.clone()) in clone_die_attributes()
226 if let Some(expr) = single_expr { in clone_die_attributes()