Home
last modified time | relevance | path

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

/third_party/python/Python/
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()