Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dclassify.rs132 pub(crate) fn expr_leading_label(mut expr: &Expr) -> bool { in expr_leading_label() function
H A Dfixup.rs657 if bailout_offset >= 1 || e.label.is_none() && classify::expr_leading_label(value) { in scan_right()
H A Dexpr.rs3464 e.label.is_none() && classify::expr_leading_label(value), in print_expr_break()