Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Demit.h150 …void (*make_function)(emit_t *emit, scope_t *scope, mp_uint_t n_pos_defaults, mp_uint_t n_kw_defau…
151 …re)(emit_t *emit, scope_t *scope, mp_uint_t n_closed_over, mp_uint_t n_pos_defaults, mp_uint_t n_k…
248 void mp_emit_bc_make_function(emit_t *emit, scope_t *scope, mp_uint_t n_pos_defaults, mp_uint_t n_k…
249 …ure(emit_t *emit, scope_t *scope, mp_uint_t n_closed_over, mp_uint_t n_pos_defaults, mp_uint_t n_k…
A Demitbc.c790 void mp_emit_bc_make_function(emit_t *emit, scope_t *scope, mp_uint_t n_pos_defaults, mp_uint_t n_k… in mp_emit_bc_make_function() argument
791 if (n_pos_defaults == 0 && n_kw_defaults == 0) { in mp_emit_bc_make_function()
798 …ure(emit_t *emit, scope_t *scope, mp_uint_t n_closed_over, mp_uint_t n_pos_defaults, mp_uint_t n_k… in mp_emit_bc_make_closure() argument
799 if (n_pos_defaults == 0 && n_kw_defaults == 0) { in mp_emit_bc_make_closure()
A Dcompile.c604 STATIC void close_over_variables_etc(compiler_t *comp, scope_t *this_scope, int n_pos_defaults, int… in close_over_variables_etc() argument
605 assert(n_pos_defaults >= 0); in close_over_variables_etc()
612 this_scope->num_def_pos_args = n_pos_defaults; in close_over_variables_etc()
640 EMIT_ARG(make_function, this_scope, n_pos_defaults, n_kw_defaults); in close_over_variables_etc()
642 EMIT_ARG(make_closure, this_scope, nfree, n_pos_defaults, n_kw_defaults); in close_over_variables_etc()
A Demitnative.c2680 STATIC void emit_native_make_function(emit_t *emit, scope_t *scope, mp_uint_t n_pos_defaults, mp_ui… in emit_native_make_function() argument
2683 if (n_pos_defaults == 0 && n_kw_defaults == 0) { in emit_native_make_function()
2699 …ure(emit_t *emit, scope_t *scope, mp_uint_t n_closed_over, mp_uint_t n_pos_defaults, mp_uint_t n_k… in emit_native_make_closure() argument
2701 if (n_pos_defaults == 0 && n_kw_defaults == 0) { in emit_native_make_closure()

Completed in 27 milliseconds