Searched refs:MP_SCOPE_FLAG_DEFKWARGS (Results 1 – 3 of 3) sorted by relevance
168 if (n_kw == 0 && (scope_flags & MP_SCOPE_FLAG_DEFKWARGS) == 0) { in mp_setup_code_state()187 if (n_kw != 0 || (scope_flags & MP_SCOPE_FLAG_DEFKWARGS) != 0) { in mp_setup_code_state()254 if ((scope_flags & MP_SCOPE_FLAG_DEFKWARGS) != 0) { in mp_setup_code_state()
35 #define MP_SCOPE_FLAG_DEFKWARGS (0x08) macro
610 this_scope->scope_flags |= MP_SCOPE_FLAG_DEFKWARGS; in close_over_variables_etc()
Completed in 10 milliseconds