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.c596 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()
845 s = ast_for_stmt(&c, n); in PyAST_FromNodeObject()
856 s = ast_for_stmt(&c, CHILD(n, i)); in PyAST_FromNodeObject()
3483 s = ast_for_stmt(c, ch); in ast_for_suite()
3496 s = ast_for_stmt(c, ch); in ast_for_suite()
3511 s = ast_for_stmt(c, CHILD(ch, j)); in ast_for_suite()
3966 ast_for_stmt(struct compiling *c, const node *n) in ast_for_stmt() function