Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c1510 compiler_unwind_fblock(struct compiler *c, location *ploc, in compiler_unwind_fblock() function
1629 RETURN_IF_ERROR(compiler_unwind_fblock(c, ploc, &copy, preserve_tos)); in compiler_unwind_fblock_stack()
3291 RETURN_IF_ERROR(compiler_unwind_fblock(c, &loc, loop, 0)); in compiler_break()