Home
last modified time | relevance | path

Searched refs:unaryop (Results 1 – 6 of 6) 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.asdl58 | UnaryOp(unaryop op, expr operand)
100 unaryop = Invert | Not | UAdd | USub
/external/igt-gpu-tools/assembler/
Dgram.y536 %type <integer> unaryop binaryop binaryaccop breakop
1043 predicate unaryop conditionalmodifier saturate execsize
1063 unaryop: MOV | FRC | RNDU | RNDD | RNDE | RNDZ | NOT | LZD | BFREV | CBIT
/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.c3460 unaryop(unaryop_ty op) in unaryop() function
5008 ADDOP(c, unaryop(e->v.UnaryOp.op)); in compiler_visit_expr1()
/external/python/cpython3/Doc/library/
Dast.rst1508 of :class:`ast.operator`, :class:`ast.unaryop`, :class:`ast.cmpop`,