Home
last modified time | relevance | path

Searched refs:starunpack_helper (Results 1 – 9 of 9) sorted by relevance

/dports/lang/python39/Python-3.9.9/Python/
H A Dcompile.c3681 starunpack_helper(struct compiler *c, asdl_seq *elts, int pushed, in starunpack_helper() function
3797 return starunpack_helper(c, elts, 0, BUILD_LIST, in compiler_list()
3813 return starunpack_helper(c, elts, 0, BUILD_LIST, in compiler_tuple()
3824 return starunpack_helper(c, e->v.Set.elts, 0, BUILD_SET, in compiler_set()
4315 else if (starunpack_helper(c, args, n, BUILD_LIST, in compiler_call_helper()
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dcompile.c3659 starunpack_helper(struct compiler *c, asdl_seq *elts, in starunpack_helper() function
3730 return starunpack_helper(c, elts, in compiler_list()
3746 return starunpack_helper(c, elts, in compiler_tuple()
3757 return starunpack_helper(c, e->v.Set.elts, BUILD_SET, in compiler_set()
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dcompile.c3659 starunpack_helper(struct compiler *c, asdl_seq *elts, in starunpack_helper() function
3730 return starunpack_helper(c, elts, in compiler_list()
3746 return starunpack_helper(c, elts, in compiler_tuple()
3757 return starunpack_helper(c, e->v.Set.elts, BUILD_SET, in compiler_set()
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dcompile.c3659 starunpack_helper(struct compiler *c, asdl_seq *elts, in starunpack_helper() function
3730 return starunpack_helper(c, elts, in compiler_list()
3746 return starunpack_helper(c, elts, in compiler_tuple()
3757 return starunpack_helper(c, e->v.Set.elts, BUILD_SET, in compiler_set()
/dports/lang/python37/Python-3.7.12/Python/
H A Dcompile.c3313 starunpack_helper(struct compiler *c, asdl_seq *elts, in starunpack_helper() function
3384 return starunpack_helper(c, elts, in compiler_list()
3400 return starunpack_helper(c, elts, in compiler_tuple()
3411 return starunpack_helper(c, e->v.Set.elts, BUILD_SET, in compiler_set()
/dports/lang/python38/Python-3.8.12/Python/
H A Dcompile.c3659 starunpack_helper(struct compiler *c, asdl_seq *elts, in starunpack_helper() function
3730 return starunpack_helper(c, elts, in compiler_list()
3746 return starunpack_helper(c, elts, in compiler_tuple()
3757 return starunpack_helper(c, e->v.Set.elts, BUILD_SET, in compiler_set()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dcompile.c3659 starunpack_helper(struct compiler *c, asdl_seq *elts, in starunpack_helper() function
3730 return starunpack_helper(c, elts, in compiler_list()
3746 return starunpack_helper(c, elts, in compiler_tuple()
3757 return starunpack_helper(c, e->v.Set.elts, BUILD_SET, in compiler_set()
/dports/lang/python310/Python-3.10.1/Python/
H A Dcompile.c3806 starunpack_helper(struct compiler *c, asdl_expr_seq *elts, int pushed, in starunpack_helper() function
3933 return starunpack_helper(c, elts, 0, BUILD_LIST, in compiler_list()
3949 return starunpack_helper(c, elts, 0, BUILD_LIST, in compiler_tuple()
3960 return starunpack_helper(c, e->v.Set.elts, 0, BUILD_SET, in compiler_set()
4491 else if (starunpack_helper(c, args, n, BUILD_LIST, in compiler_call_helper()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dcompile.c3851 starunpack_helper(struct compiler *c, asdl_expr_seq *elts, int pushed, in starunpack_helper() function
3978 return starunpack_helper(c, elts, 0, BUILD_LIST, in compiler_list()
3994 return starunpack_helper(c, elts, 0, BUILD_LIST, in compiler_tuple()
4005 return starunpack_helper(c, e->v.Set.elts, 0, BUILD_SET, in compiler_set()
4598 else if (starunpack_helper(c, args, n, BUILD_LIST, in compiler_call_helper()