Searched refs:UNARY_POSITIVE (Results 1 – 9 of 9) sorted by relevance
17 #define UNARY_POSITIVE 10 macro
18 #define UNARY_POSITIVE 10 macro
191 .. opcode:: UNARY_POSITIVE ()
699 case UNARY_POSITIVE: in opcode_stack_effect()2199 return UNARY_POSITIVE; in unaryop()
1331 TARGET_NOARG(UNARY_POSITIVE) in PyEval_EvalFrameEx()
375 .. opcode:: UNARY_POSITIVE
892 case UNARY_POSITIVE: in stack_effect()3468 return UNARY_POSITIVE; in unaryop()
1556 case TARGET(UNARY_POSITIVE): { in _PyEval_EvalFrameDefault()
12974 - Peephole constant folding had missed UNARY_POSITIVE.