Searched refs:compiler_unwind_fblock_stack (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/python/cpython3/Python/ |
D | compile.c | 2112 compiler_unwind_fblock_stack(struct compiler *c, int preserve_tos, struct fblockinfo **loop) { in compiler_unwind_fblock_stack() function 2130 if (!compiler_unwind_fblock_stack(c, preserve_tos, loop)) { in compiler_unwind_fblock_stack() 3254 if (!compiler_unwind_fblock_stack(c, preserve_tos, NULL)) in compiler_return() 3277 if (!compiler_unwind_fblock_stack(c, 0, &loop)) { in compiler_break() 3304 if (!compiler_unwind_fblock_stack(c, 0, &loop)) { in compiler_continue()
|