Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dast.c604 static stmt_ty ast_for_for_stmt(struct compiling *, const node *, int);
1670 return ast_for_for_stmt(c, CHILD(n, 1), in ast_for_async_stmt()
3689 ast_for_for_stmt(struct compiling *c, const node *n, int is_async) in ast_for_for_stmt() function
4019 return ast_for_for_stmt(c, ch, 0); in ast_for_stmt()
/external/python/cpython2/Python/
Dast.c2969 ast_for_for_stmt(struct compiling *c, const node *n) in ast_for_for_stmt() function
3303 return ast_for_for_stmt(c, ch); in ast_for_stmt()