Home
last modified time | relevance | path

Searched refs:compiler_pop_fblock (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Python/
Dcompile.c1747 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()
[all …]