Searched refs:compiler_unwind_fblock_stack (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Python/ |
D | compile.c | 1875 compiler_unwind_fblock_stack(struct compiler *c, int preserve_tos, struct fblockinfo **loop) { in compiler_unwind_fblock_stack() function 1889 if (!compiler_unwind_fblock_stack(c, preserve_tos, loop)) { in compiler_unwind_fblock_stack() 3012 if (!compiler_unwind_fblock_stack(c, preserve_tos, NULL)) in compiler_return() 3032 if (!compiler_unwind_fblock_stack(c, 0, &loop)) { in compiler_break() 3052 if (!compiler_unwind_fblock_stack(c, 0, &loop)) { in compiler_continue()
|