Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dexpr.rs1560 expr_unary(input, attrs, allow_struct).map(Expr::Unary) in unary_expr()
2414 expr_unary(input, attrs, allow_struct) in parse()
2419 fn expr_unary( in expr_unary() function