Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dopcode.h17 #define UNARY_POSITIVE 10 macro
/external/python/cpython2/Include/
Dopcode.h18 #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.rst375 .. opcode:: UNARY_POSITIVE
/external/python/cpython3/Python/
Dcompile.c892 case UNARY_POSITIVE: in stack_effect()
3468 return UNARY_POSITIVE; in unaryop()
Dceval.c1556 case TARGET(UNARY_POSITIVE): { in _PyEval_EvalFrameDefault()
/external/python/cpython3/Misc/
DHISTORY12974 - Peephole constant folding had missed UNARY_POSITIVE.