Searched refs:POP_VALUE (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Python/ |
D | compile.c | 145 WITH, ASYNC_WITH, HANDLER_CLEANUP, POP_VALUE, EXCEPTION_HANDLER, enumerator 1796 if (!compiler_push_fblock(c, POP_VALUE, NULL, NULL, NULL)) { in compiler_unwind_fblock() 1803 compiler_pop_fblock(c, POP_VALUE, NULL); in compiler_unwind_fblock() 1861 case POP_VALUE: in compiler_unwind_fblock()
|