Home | History | Annotate | Download | only in hidl

Lines Matching refs:UNARY_MINUS

263 %left UNARY_MINUS UNARY_PLUS '!' '~'
773 | '-' const_expr %prec UNARY_MINUS { $$ = new UnaryConstantExpression("-", $2); }