Lines Matching refs:compiler_push_fblock
1622 compiler_push_fblock(struct compiler *c, enum fblocktype t, basicblock *b, in compiler_push_fblock() function
1685 if (!compiler_push_fblock(c, POP_VALUE, NULL, NULL, NULL)) { in compiler_unwind_fblock()
2759 if (!compiler_push_fblock(c, FOR_LOOP, start, end, NULL)) { in compiler_for()
2800 if (!compiler_push_fblock(c, FOR_LOOP, start, end, NULL)) { in compiler_async_for()
2840 if (!compiler_push_fblock(c, WHILE_LOOP, NULL, NULL, NULL)) { in compiler_while()
2870 if (!compiler_push_fblock(c, WHILE_LOOP, loop, end, NULL)) in compiler_while()
2998 if (!compiler_push_fblock(c, FINALLY_TRY, body, end, s->v.Try.finalbody)) in compiler_try_finally()
3013 if (!compiler_push_fblock(c, FINALLY_END, end, NULL, NULL)) in compiler_try_finally()
3066 if (!compiler_push_fblock(c, TRY_EXCEPT, body, NULL, NULL)) in compiler_try_except()
3075 if (!compiler_push_fblock(c, EXCEPTION_HANDLER, NULL, NULL, NULL)) in compiler_try_except()
3118 … if (!compiler_push_fblock(c, HANDLER_CLEANUP, cleanup_body, NULL, handler->v.ExceptHandler.name)) in compiler_try_except()
3152 if (!compiler_push_fblock(c, HANDLER_CLEANUP, cleanup_body, NULL, NULL)) in compiler_try_except()
4856 if (!compiler_push_fblock(c, ASYNC_WITH, block, final, NULL)) { in compiler_async_with()
4948 if (!compiler_push_fblock(c, WITH, block, final, NULL)) { in compiler_with()