Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c1644 compiler_while(struct compiler *c, stmt_ty s) in compiler_while() function
2118 return compiler_while(c, s); in compiler_visit_stmt()
/external/python/cpython3/Python/
Dcompile.c2443 compiler_while(struct compiler *c, stmt_ty s) in compiler_while() function
3017 return compiler_while(c, s); in compiler_visit_stmt()