Home
last modified time | relevance | path

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

/external/rust/crates/syn/src/
Dexpr.rs1757 expr_break(input, allow_struct).map(Expr::Break) in atom_expr()
2400 expr_break(input, allow_struct) in parse()
2606 fn expr_break(input: ParseStream, allow_struct: AllowStruct) -> Result<ExprBreak> { in expr_break() function