Searched refs:WHILE_LOOP (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Python/ |
D | compile.c | 144 enum fblocktype { WHILE_LOOP, FOR_LOOP, TRY_EXCEPT, FINALLY_TRY, FINALLY_END, enumerator 1775 case WHILE_LOOP: in compiler_unwind_fblock() 1878 if (loop != NULL && (top->fb_type == WHILE_LOOP || top->fb_type == FOR_LOOP)) { in compiler_unwind_fblock_stack() 2959 if (!compiler_push_fblock(c, WHILE_LOOP, loop, end, NULL)) { in compiler_while() 2973 compiler_pop_fblock(c, WHILE_LOOP, loop); in compiler_while()
|