• Home
  • Raw
  • Download

Lines Matching refs:compiler_push_fblock

1932 compiler_push_fblock(struct compiler *c, enum fblocktype t, basicblock *b,  in compiler_push_fblock()  function
2035 if (!compiler_push_fblock(c, POP_VALUE, NULL, NULL, NULL)) { in compiler_unwind_fblock()
3111 if (!compiler_push_fblock(c, FOR_LOOP, start, end, NULL)) { in compiler_for()
3155 if (!compiler_push_fblock(c, FOR_LOOP, start, end, NULL)) { in compiler_async_for()
3202 if (!compiler_push_fblock(c, WHILE_LOOP, loop, end, NULL)) { in compiler_while()
3363 if (!compiler_push_fblock(c, FINALLY_TRY, body, end, s->v.Try.finalbody)) in compiler_try_finally()
3382 if (!compiler_push_fblock(c, FINALLY_END, end, NULL, NULL)) in compiler_try_finally()
3415 if (!compiler_push_fblock(c, FINALLY_TRY, body, end, s->v.TryStar.finalbody)) { in compiler_try_star_finally()
3436 if (!compiler_push_fblock(c, FINALLY_END, end, NULL, NULL)) { in compiler_try_star_finally()
3491 if (!compiler_push_fblock(c, TRY_EXCEPT, body, NULL, NULL)) in compiler_try_except()
3507 if (!compiler_push_fblock(c, EXCEPTION_HANDLER, NULL, NULL, NULL)) in compiler_try_except()
3549 … if (!compiler_push_fblock(c, HANDLER_CLEANUP, cleanup_body, NULL, handler->v.ExceptHandler.name)) in compiler_try_except()
3586 if (!compiler_push_fblock(c, HANDLER_CLEANUP, cleanup_body, NULL, NULL)) in compiler_try_except()
3690 if (!compiler_push_fblock(c, TRY_EXCEPT, body, NULL, NULL)) { in compiler_try_star_except()
3704 if (!compiler_push_fblock(c, EXCEPTION_GROUP_HANDLER, in compiler_try_star_except()
3777 … if (!compiler_push_fblock(c, HANDLER_CLEANUP, cleanup_body, NULL, handler->v.ExceptHandler.name)) in compiler_try_star_except()
5381 if (!compiler_push_fblock(c, ASYNC_COMPREHENSION_GENERATOR, start, in compiler_async_comprehension_generator()
5677 if (!compiler_push_fblock(c, ASYNC_WITH, block, final, s)) { in compiler_async_with()
5774 if (!compiler_push_fblock(c, WITH, block, final, s)) { in compiler_with()