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 *, bool);
1650 return ast_for_for_stmt(c, n, in ast_for_async_stmt()
3685 ast_for_for_stmt(struct compiling *c, const node *n0, bool is_async) in ast_for_for_stmt() function
4017 return ast_for_for_stmt(c, ch, 0); in ast_for_stmt()
/external/python/cpython2/Python/
Dast.c2971 ast_for_for_stmt(struct compiling *c, const node *n) in ast_for_for_stmt() function
3305 return ast_for_for_stmt(c, ch); in ast_for_stmt()