Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dscan_expr.rs12 ConsumeBinOp, enumerator
71 (ConsumeBinOp, SetState(&INIT)),
223 Input::ConsumeBinOp => input.parse::<BinOp>().is_ok(), in scan_expr()