Home
last modified time | relevance | path

Searched refs:MP_BINARY_OP_OR (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Druntime0.h113 MP_BINARY_OP_OR, enumerator
A Dobjint_longlong.c173 case MP_BINARY_OP_OR: in mp_obj_int_binary_op()
A Druntime.c376 case MP_BINARY_OP_OR: in mp_binary_op()
586 if (op >= MP_BINARY_OP_OR && op <= MP_BINARY_OP_POWER) { in mp_binary_op()
590 op += MP_BINARY_OP_REVERSE_OR - MP_BINARY_OP_OR; in mp_binary_op()
597 op -= MP_BINARY_OP_REVERSE_OR - MP_BINARY_OP_OR; in mp_binary_op()
A Dobjint_mpz.c263 case MP_BINARY_OP_OR: in mp_obj_int_binary_op()
A Dobjtype.c499 [MP_BINARY_OP_OR] = MP_QSTR___or__,
558 op -= MP_BINARY_OP_INPLACE_OR - MP_BINARY_OP_OR; in instance_binary_op()
A Dobjset.c467 case MP_BINARY_OP_OR: in set_binary_op()
A Dparse.c627 op = MP_BINARY_OP_OR; in fold_constants()
A Dcompile.c2236 MP_STATIC_ASSERT(MP_BINARY_OP_OR + PN_xor_expr - PN_expr == MP_BINARY_OP_XOR); in compile_binary_op()
2237 MP_STATIC_ASSERT(MP_BINARY_OP_OR + PN_and_expr - PN_expr == MP_BINARY_OP_AND); in compile_binary_op()
2238 mp_binary_op_t binary_op = MP_BINARY_OP_OR + MP_PARSE_NODE_STRUCT_KIND(pns) - PN_expr; in compile_binary_op()
A Demitnative.c2321 op += MP_BINARY_OP_OR - MP_BINARY_OP_INPLACE_OR; in emit_native_binary_op()
2382 if (op == MP_BINARY_OP_OR) { in emit_native_binary_op()

Completed in 33 milliseconds