Lines Matching refs:compiler_push_fblock
1733 compiler_push_fblock(struct compiler *c, enum fblocktype t, basicblock *b, in compiler_push_fblock() function
1798 if (!compiler_push_fblock(c, POP_VALUE, NULL, NULL, NULL)) { in compiler_unwind_fblock()
2871 if (!compiler_push_fblock(c, FOR_LOOP, start, end, NULL)) { in compiler_for()
2915 if (!compiler_push_fblock(c, FOR_LOOP, start, end, NULL)) { in compiler_async_for()
2960 if (!compiler_push_fblock(c, WHILE_LOOP, loop, end, NULL)) { in compiler_while()
3107 if (!compiler_push_fblock(c, FINALLY_TRY, body, end, s->v.Try.finalbody)) in compiler_try_finally()
3122 if (!compiler_push_fblock(c, FINALLY_END, end, NULL, NULL)) in compiler_try_finally()
3175 if (!compiler_push_fblock(c, TRY_EXCEPT, body, NULL, NULL)) in compiler_try_except()
3184 if (!compiler_push_fblock(c, EXCEPTION_HANDLER, NULL, NULL, NULL)) in compiler_try_except()
3228 … if (!compiler_push_fblock(c, HANDLER_CLEANUP, cleanup_body, NULL, handler->v.ExceptHandler.name)) in compiler_try_except()
3264 if (!compiler_push_fblock(c, HANDLER_CLEANUP, cleanup_body, NULL, NULL)) in compiler_try_except()
4726 if (!compiler_push_fblock(c, ASYNC_COMPREHENSION_GENERATOR, start, in compiler_async_comprehension_generator()
5040 if (!compiler_push_fblock(c, ASYNC_WITH, block, final, s)) { in compiler_async_with()
5132 if (!compiler_push_fblock(c, WITH, block, final, s)) { in compiler_with()