Lines Matching refs:compiler_pop_fblock
1747 compiler_pop_fblock(struct compiler *c, enum fblocktype t, basicblock *b) in compiler_pop_fblock() function
1803 compiler_pop_fblock(c, POP_VALUE, NULL); in compiler_unwind_fblock()
2885 compiler_pop_fblock(c, FOR_LOOP, start); in compiler_for()
2929 compiler_pop_fblock(c, FOR_LOOP, start); in compiler_async_for()
2973 compiler_pop_fblock(c, WHILE_LOOP, loop); in compiler_while()
3116 compiler_pop_fblock(c, FINALLY_TRY, body); in compiler_try_finally()
3124 compiler_pop_fblock(c, FINALLY_END, end); in compiler_try_finally()
3177 compiler_pop_fblock(c, TRY_EXCEPT, body); in compiler_try_except()
3232 compiler_pop_fblock(c, HANDLER_CLEANUP, cleanup_body); in compiler_try_except()
3266 compiler_pop_fblock(c, HANDLER_CLEANUP, cleanup_body); in compiler_try_except()
3273 compiler_pop_fblock(c, EXCEPTION_HANDLER, NULL); in compiler_try_except()
4783 compiler_pop_fblock(c, ASYNC_COMPREHENSION_GENERATOR, start); in compiler_async_comprehension_generator()
5058 compiler_pop_fblock(c, ASYNC_WITH, block); in compiler_async_with()
5154 compiler_pop_fblock(c, WITH, block); in compiler_with()