Searched refs:ast_for_with_stmt (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Python/ |
D | ast.c | 603 static stmt_ty ast_for_with_stmt(struct compiling *, const node *, bool); 1646 return ast_for_with_stmt(c, n, in ast_for_async_stmt() 3874 ast_for_with_stmt(struct compiling *c, const node *n0, bool is_async) in ast_for_with_stmt() function 4021 return ast_for_with_stmt(c, ch, 0); in ast_for_stmt()
|
/external/python/cpython2/Python/ |
D | ast.c | 3168 ast_for_with_stmt(struct compiling *c, const node *n) in ast_for_with_stmt() function 3309 return ast_for_with_stmt(c, ch); in ast_for_stmt()
|