Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c202 static int compiler_try_except(struct compiler *, stmt_ty);
2577 if (!compiler_try_except(c, s)) in compiler_try_finally()
2629 compiler_try_except(struct compiler *c, stmt_ty s) in compiler_try_except() function
2750 return compiler_try_except(c, s); in compiler_try()
/external/python/cpython2/Python/
Dcompile.c1824 compiler_try_except(struct compiler *c, stmt_ty s) in compiler_try_except() function
2138 return compiler_try_except(c, s); in compiler_visit_stmt()