Home
last modified time | relevance | path

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

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