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 *, int); 1666 return ast_for_with_stmt(c, CHILD(n, 1), in ast_for_async_stmt() 3877 ast_for_with_stmt(struct compiling *c, const node *n, int is_async) in ast_for_with_stmt() function 4023 return ast_for_with_stmt(c, ch, 0); in ast_for_stmt()
|
/external/python/cpython2/Python/ |
D | ast.c | 3166 ast_for_with_stmt(struct compiling *c, const node *n) in ast_for_with_stmt() function 3307 return ast_for_with_stmt(c, ch); in ast_for_stmt()
|