Searched refs:UNARY_POSITIVE (Results 1 – 5 of 5) sorted by relevance
17 #define UNARY_POSITIVE 10 macro
375 .. opcode:: UNARY_POSITIVE
974 case UNARY_POSITIVE: in stack_effect()3594 return UNARY_POSITIVE; in unaryop()
1940 case TARGET(UNARY_POSITIVE): { in _PyEval_EvalFrameDefault()
12974 - Peephole constant folding had missed UNARY_POSITIVE.