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