Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c210 static int compiler_try_except(struct compiler *, stmt_ty);
3001 if (!compiler_try_except(c, s)) in compiler_try_finally()
3053 compiler_try_except(struct compiler *c, stmt_ty s) in compiler_try_except() function
3174 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()