Lines Matching refs:compiler_pop_fblock
1638 compiler_pop_fblock(struct compiler *c, enum fblocktype t, basicblock *b) in compiler_pop_fblock() function
1694 compiler_pop_fblock(c, POP_VALUE, NULL); in compiler_unwind_fblock()
2771 compiler_pop_fblock(c, FOR_LOOP, start); in compiler_for()
2815 compiler_pop_fblock(c, FOR_LOOP, start); in compiler_async_for()
2845 compiler_pop_fblock(c, WHILE_LOOP, NULL); in compiler_while()
2885 compiler_pop_fblock(c, WHILE_LOOP, loop); in compiler_while()
3008 compiler_pop_fblock(c, FINALLY_TRY, body); in compiler_try_finally()
3016 compiler_pop_fblock(c, FINALLY_END, end); in compiler_try_finally()
3070 compiler_pop_fblock(c, TRY_EXCEPT, body); in compiler_try_except()
3123 compiler_pop_fblock(c, HANDLER_CLEANUP, cleanup_body); in compiler_try_except()
3155 compiler_pop_fblock(c, HANDLER_CLEANUP, cleanup_body); in compiler_try_except()
3161 compiler_pop_fblock(c, EXCEPTION_HANDLER, NULL); in compiler_try_except()
4875 compiler_pop_fblock(c, ASYNC_WITH, block); in compiler_async_with()
4968 compiler_pop_fblock(c, WITH, block); in compiler_with()