Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dast.c663 ast_for_arguments(struct compiling *c, const node *n) in ast_for_arguments() function
908 args = ast_for_arguments(c, CHILD(n, name_i + 1)); in ast_for_funcdef()
965 args = ast_for_arguments(c, CHILD(n, 1)); in ast_for_lambdef()
/external/python/cpython3/Python/
Dast.c1333 ast_for_arguments(struct compiling *c, const node *n) in ast_for_arguments() function
1610 args = ast_for_arguments(c, CHILD(n, name_i + 1)); in ast_for_funcdef_impl()
1731 args = ast_for_arguments(c, CHILD(n, 1)); in ast_for_lambdef()