Searched refs:UNARY_POSITIVE (Results 1 – 9 of 9) sorted by relevance
18 #define UNARY_POSITIVE 10 macro
16 #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()
358 .. opcode:: UNARY_POSITIVE
891 case UNARY_POSITIVE: in stack_effect()3076 return UNARY_POSITIVE; in unaryop()
1144 TARGET(UNARY_POSITIVE) { in _PyEval_EvalFrameDefault()
12974 - Peephole constant folding had missed UNARY_POSITIVE.