Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dast.c2928 ast_for_while_stmt(struct compiling *c, const node *n) in ast_for_while_stmt() function
3303 return ast_for_while_stmt(c, ch); in ast_for_stmt()
/external/python/cpython3/Python/
Dast.c3644 ast_for_while_stmt(struct compiling *c, const node *n) in ast_for_while_stmt() function
4015 return ast_for_while_stmt(c, ch); in ast_for_stmt()