Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/
Dcompile.c417 static int compiler_async_with(struct compiler *, stmt_ty, int);
4156 return compiler_async_with(c, s, 0); in compiler_visit_stmt()
5646 compiler_async_with(struct compiler *c, stmt_ty s, int pos) in compiler_async_with() function
5693 else if (!compiler_async_with(c, s, pos)) in compiler_async_with()