Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c1765 compiler_try_finally(struct compiler *c, stmt_ty s) in compiler_try_finally() function
2140 return compiler_try_finally(c, s); in compiler_visit_stmt()
/external/python/cpython3/Python/
Dcompile.c2564 compiler_try_finally(struct compiler *c, stmt_ty s) in compiler_try_finally() function
2748 return compiler_try_finally(c, s); in compiler_try()