Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/
Dcompile.c427 static int compiler_try_star_except(struct compiler *, stmt_ty);
3419 if (!compiler_try_star_except(c, s)) { in compiler_try_star_finally()
3661 compiler_try_star_except(struct compiler *c, stmt_ty s) in compiler_try_star_except() function
3870 return compiler_try_star_except(c, s); in compiler_try_star()