Home
last modified time | relevance | path

Searched refs:UNARY_POSITIVE (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Include/
Dopcode.h18 #define UNARY_POSITIVE 10 macro
/external/python/cpython3/Include/
Dopcode.h16 #define UNARY_POSITIVE 10 macro
/external/python/cpython2/Doc/library/
Ddis.rst191 .. opcode:: UNARY_POSITIVE ()
/external/python/cpython2/Python/
Dcompile.c699 case UNARY_POSITIVE: in opcode_stack_effect()
2199 return UNARY_POSITIVE; in unaryop()
Dceval.c1331 TARGET_NOARG(UNARY_POSITIVE) in PyEval_EvalFrameEx()
/external/python/cpython3/Doc/library/
Ddis.rst358 .. opcode:: UNARY_POSITIVE
/external/python/cpython3/Python/
Dcompile.c891 case UNARY_POSITIVE: in stack_effect()
3076 return UNARY_POSITIVE; in unaryop()
Dceval.c1144 TARGET(UNARY_POSITIVE) { in _PyEval_EvalFrameDefault()
/external/python/cpython3/Misc/
DHISTORY12974 - Peephole constant folding had missed UNARY_POSITIVE.