Searched refs:MP_SCOPE_FLAG_VARARGS (Results 1 – 4 of 4) sorted by relevance
34 #define MP_SCOPE_FLAG_VARARGS (0x04) macro
155 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()
2936 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()
381 if (scope->scope_flags & MP_SCOPE_FLAG_VARARGS) { in emit_native_start_pass()
Completed in 17 milliseconds