Searched refs:MP_BINARY_OP_INPLACE_OR (Results 1 – 8 of 8) sorted by relevance
98 MP_BINARY_OP_INPLACE_OR, enumerator
219 if (op >= MP_BINARY_OP_INPLACE_OR && op < MP_BINARY_OP_CONTAINS) { in mp_obj_int_binary_op()264 case MP_BINARY_OP_INPLACE_OR: in mp_obj_int_binary_op()
174 case MP_BINARY_OP_INPLACE_OR: in mp_obj_int_binary_op()
482 [MP_BINARY_OP_INPLACE_OR] = MP_QSTR___ior__,557 if (op >= MP_BINARY_OP_INPLACE_OR && op <= MP_BINARY_OP_INPLACE_POWER) { in instance_binary_op()558 op -= MP_BINARY_OP_INPLACE_OR - MP_BINARY_OP_OR; in instance_binary_op()
475 case MP_BINARY_OP_INPLACE_OR: in set_binary_op()
377 case MP_BINARY_OP_INPLACE_OR: in mp_binary_op()
2320 if (MP_BINARY_OP_INPLACE_OR <= op && op <= MP_BINARY_OP_INPLACE_POWER) { in emit_native_binary_op()2321 op += MP_BINARY_OP_OR - MP_BINARY_OP_INPLACE_OR; in emit_native_binary_op()
2038 mp_binary_op_t op = MP_BINARY_OP_INPLACE_OR + (tok - MP_TOKEN_DEL_PIPE_EQUAL); in compile_expr_stmt()
Completed in 26 milliseconds