Searched refs:MP_EMIT_BUILD_SET (Results 1 – 4 of 4) sorted by relevance
86 #define MP_EMIT_BUILD_SET (3) macro
755 MP_STATIC_ASSERT(MP_BC_BUILD_TUPLE + MP_EMIT_BUILD_SET == MP_BC_BUILD_SET); in mp_emit_bc_build()
2633 EMIT_ARG(build, 1 + n, MP_EMIT_BUILD_SET); in compile_atom_brace_helper()2656 EMIT_ARG(build, 1, MP_EMIT_BUILD_SET); in compile_atom_brace_helper()3169 EMIT_ARG(build, 0, MP_EMIT_BUILD_SET); in compile_scope()
2586 MP_STATIC_ASSERT(MP_F_BUILD_TUPLE + MP_EMIT_BUILD_SET == MP_F_BUILD_SET); 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