Searched refs:ADDOP (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Python/ |
D | compile.c | 1537 #define ADDOP(C, OP) { \ macro 1759 ADDOP(c, DUP_TOP); in compiler_call_exit_with_nones() 1760 ADDOP(c, DUP_TOP); in compiler_call_exit_with_nones() 1783 ADDOP(c, ROT_TWO); in compiler_unwind_fblock() 1785 ADDOP(c, POP_TOP); in compiler_unwind_fblock() 1789 ADDOP(c, POP_BLOCK); in compiler_unwind_fblock() 1794 ADDOP(c, POP_BLOCK); in compiler_unwind_fblock() 1813 ADDOP(c, ROT_FOUR); in compiler_unwind_fblock() 1815 ADDOP(c, POP_TOP); in compiler_unwind_fblock() 1816 ADDOP(c, POP_TOP); in compiler_unwind_fblock() [all …]
|