Searched refs:compiler_unwind_fblock_stack (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Python/ |
D | compile.c | 1873 compiler_unwind_fblock_stack(struct compiler *c, int preserve_tos, struct fblockinfo **loop) { in compiler_unwind_fblock_stack() function 1887 if (!compiler_unwind_fblock_stack(c, preserve_tos, loop)) { in compiler_unwind_fblock_stack() 3011 if (!compiler_unwind_fblock_stack(c, preserve_tos, NULL)) in compiler_return() 3031 if (!compiler_unwind_fblock_stack(c, 0, &loop)) { in compiler_break() 3051 if (!compiler_unwind_fblock_stack(c, 0, &loop)) { in compiler_continue()
|