Home
last modified time | relevance | path

Searched refs:MP_EMIT_BUILD_LIST (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Demit.h84 #define MP_EMIT_BUILD_LIST (1) macro
A Dcompile.c2525 EMIT_ARG(build, 0, MP_EMIT_BUILD_LIST); in compile_atom_bracket()
2534 EMIT_ARG(build, 1, MP_EMIT_BUILD_LIST); in compile_atom_bracket()
2539 EMIT_ARG(build, 1 + MP_PARSE_NODE_STRUCT_NUM_NODES(pns3), MP_EMIT_BUILD_LIST); in compile_atom_bracket()
2552 EMIT_ARG(build, 2, MP_EMIT_BUILD_LIST); in compile_atom_bracket()
2557 EMIT_ARG(build, 1, MP_EMIT_BUILD_LIST); in compile_atom_bracket()
3164 EMIT_ARG(build, 0, MP_EMIT_BUILD_LIST); in compile_scope()
A Demitbc.c753 MP_STATIC_ASSERT(MP_BC_BUILD_TUPLE + MP_EMIT_BUILD_LIST == MP_BC_BUILD_LIST); in mp_emit_bc_build()
A Demitnative.c2584 MP_STATIC_ASSERT(MP_F_BUILD_TUPLE + MP_EMIT_BUILD_LIST == MP_F_BUILD_LIST); in emit_native_build()
2594 if (kind == MP_EMIT_BUILD_TUPLE || kind == MP_EMIT_BUILD_LIST || kind == MP_EMIT_BUILD_SET) { in emit_native_build()

Completed in 20 milliseconds