Home
last modified time | relevance | path

Searched refs:UNARY_NEGATIVE (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Include/
Dopcode.h19 #define UNARY_NEGATIVE 11 macro
/external/python/cpython2/Python/
Dpeephole.c204 case UNARY_NEGATIVE: in fold_unaryops_on_constants()
493 case UNARY_NEGATIVE: in PyCode_Optimize()
Dcompile.c700 case UNARY_NEGATIVE: in opcode_stack_effect()
2199 return UNARY_NEGATIVE; in unaryop()
Dceval.c1333 TARGET_NOARG( UNARY_NEGATIVE) in PyEval_EvalFrameEx()
/external/python/cpython2/Doc/library/
Ddis.rst196 .. opcode:: UNARY_NEGATIVE ()