Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h17 #define UNARY_POSITIVE 10 macro
/third_party/python/Doc/library/
Ddis.rst375 .. opcode:: UNARY_POSITIVE
/third_party/python/Python/
Dcompile.c974 case UNARY_POSITIVE: in stack_effect()
3594 return UNARY_POSITIVE; in unaryop()
Dceval.c1940 case TARGET(UNARY_POSITIVE): { in _PyEval_EvalFrameDefault()
/third_party/python/Misc/
DHISTORY12974 - Peephole constant folding had missed UNARY_POSITIVE.