Searched refs:MP_UNARY_OP_POSITIVE (Results 1 – 9 of 9) sorted by relevance
68 MP_UNARY_OP_POSITIVE, enumerator
106 case MP_UNARY_OP_POSITIVE: in mp_obj_int_unary_op()
124 case MP_UNARY_OP_POSITIVE: in complex_unary_op()
151 case MP_UNARY_OP_POSITIVE: in float_unary_op()
150 case MP_UNARY_OP_POSITIVE: in mp_obj_int_unary_op()
693 op = MP_UNARY_OP_POSITIVE + (tok - MP_TOKEN_OP_PLUS); in fold_constants()
377 [MP_UNARY_OP_POSITIVE] = MP_QSTR___pos__,
248 case MP_UNARY_OP_POSITIVE: in mp_unary_op()
2266 op = MP_UNARY_OP_POSITIVE + (tok - MP_TOKEN_OP_PLUS); in compile_factor_2()
Completed in 22 milliseconds