Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dexpr.rs1830 expr_break(input, allow_struct).map(Expr::Break) in atom_expr()
2474 expr_break(input, allow_struct) in parse()
2718 fn expr_break(input: ParseStream, allow_struct: AllowStruct) -> Result<ExprBreak> { in expr_break() function