Searched refs:compiler_try_except (Results 1 – 2 of 2) sorted by relevance
202 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() function2750 return compiler_try_except(c, s); in compiler_try()
1824 compiler_try_except(struct compiler *c, stmt_ty s) in compiler_try_except() function2138 return compiler_try_except(c, s); in compiler_visit_stmt()