Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Druntime0.h34 #define MP_SCOPE_FLAG_VARARGS (0x04) macro
A Dbc.c155 if ((scope_flags & MP_SCOPE_FLAG_VARARGS) == 0) { in mp_setup_code_state()
162 if ((scope_flags & MP_SCOPE_FLAG_VARARGS) != 0) { in mp_setup_code_state()
A Dcompile.c2936 comp->scope_cur->scope_flags |= MP_SCOPE_FLAG_VARARGS; in compile_scope_func_lambda_param()
2942 comp->scope_cur->scope_flags |= MP_SCOPE_FLAG_VARARGS; in compile_scope_func_lambda_param()
3406 if (scope->scope_flags & MP_SCOPE_FLAG_VARARGS) { in scope_compute_things()
A Demitnative.c381 if (scope->scope_flags & MP_SCOPE_FLAG_VARARGS) { in emit_native_start_pass()

Completed in 17 milliseconds