Lines Matching full:unary_op
3296 UnaryExpr = PrimaryExpr | unary_op UnaryExpr .3303 unary_op = "+" | "-" | "!" | "^" | "*" | "&" | "<-" .