Lines Matching refs:expr
392 if let Some(expr) = translate_loc(loc, isa, *trailing)? { in build_with_locals()
393 code_buf.extend_from_slice(&expr) in build_with_locals()
437 expr: &Expression<R>, in compile_expression()
445 if let Some(expr) = frame_base { in compile_expression()
446 if expr.parts.iter().any(|p| match p { in compile_expression()
457 let mut pc = expr.0.clone(); in compile_expression()
459 let buf = expr.0.to_slice()?; in compile_expression()
462 ($part:expr) => {{ in compile_expression()
523 let pos = pc.offset_from(&expr.0).into_u64() as usize; in compile_expression()
660 let chunk = &buf[pos..pc.offset_from(&expr.0).into_u64() as usize]; in compile_expression()
915 ($e:expr) => {