Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dast.c28 static stmt_ty ast_for_stmt(struct compiling *, const node *);
254 s = ast_for_stmt(&c, ch); in PyAST_FromNode()
263 s = ast_for_stmt(&c, CHILD(ch, j * 2)); in PyAST_FromNode()
298 s = ast_for_stmt(&c, n); in PyAST_FromNode()
309 s = ast_for_stmt(&c, CHILD(n, i)); in PyAST_FromNode()
2767 s = ast_for_stmt(c, ch); in ast_for_suite()
2780 s = ast_for_stmt(c, ch); in ast_for_suite()
2795 s = ast_for_stmt(c, CHILD(ch, j)); in ast_for_suite()
3251 ast_for_stmt(struct compiling *c, const node *n) in ast_for_stmt() function
/external/python/cpython3/Python/
Dast.c568 static stmt_ty ast_for_stmt(struct compiling *, const node *);
799 s = ast_for_stmt(&c, ch); in PyAST_FromNodeObject()
808 s = ast_for_stmt(&c, CHILD(ch, j * 2)); in PyAST_FromNodeObject()
865 s = ast_for_stmt(&c, n); in PyAST_FromNodeObject()
876 s = ast_for_stmt(&c, CHILD(n, i)); in PyAST_FromNodeObject()
3803 s = ast_for_stmt(c, ch); in ast_for_suite()
3822 s = ast_for_stmt(c, ch); in ast_for_suite()
3837 s = ast_for_stmt(c, CHILD(ch, j)); in ast_for_suite()
4403 ast_for_stmt(struct compiling *c, const node *n) in ast_for_stmt() function