Home
last modified time | relevance | path

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

/external/python/cpython2/Parser/
DPython.asdl55 | UnaryOp(unaryop op, expr operand)
97 unaryop = Invert | Not | UAdd | USub
/external/python/cpython2/Python/
Dcompile.c2189 unaryop(unaryop_ty op) in unaryop() function
2978 ADDOP(c, unaryop(e->v.UnaryOp.op)); in compiler_visit_expr()