Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c198 static int compiler_async_for(struct compiler *, stmt_ty);
2363 compiler_async_for(struct compiler *c, stmt_ty s) in compiler_async_for() function
3061 return compiler_async_for(c, s); in compiler_visit_stmt()