Searched refs:unaryop (Results 1 – 6 of 6) sorted by relevance
55 | UnaryOp(unaryop op, expr operand)97 unaryop = Invert | Not | UAdd | USub
58 | UnaryOp(unaryop op, expr operand)100 unaryop = Invert | Not | UAdd | USub
536 %type <integer> unaryop binaryop binaryaccop breakop1043 predicate unaryop conditionalmodifier saturate execsize1063 unaryop: MOV | FRC | RNDU | RNDD | RNDE | RNDZ | NOT | LZD | BFREV | CBIT
2191 unaryop(unaryop_ty op) in unaryop() function2979 ADDOP(c, unaryop(e->v.UnaryOp.op)); in compiler_visit_expr()
3460 unaryop(unaryop_ty op) in unaryop() function5008 ADDOP(c, unaryop(e->v.UnaryOp.op)); in compiler_visit_expr1()
1508 of :class:`ast.operator`, :class:`ast.unaryop`, :class:`ast.cmpop`,