Searched refs:BREAK_LOOP (Results 1 – 10 of 10) sorted by relevance
83 #define BREAK_LOOP 80 macro
58 #define BREAK_LOOP 80 macro
95 4 13 BREAK_LOOP
104 4 14 BREAK_LOOP
477 .. opcode:: BREAK_LOOP ()
950 case BREAK_LOOP: in stack_effect()3050 ADDOP(c, BREAK_LOOP); in compiler_visit_stmt()5064 instr->i_opcode == BREAK_LOOP) in stackdepth()
2831 TARGET(BREAK_LOOP) { in _PyEval_EvalFrameDefault()
794 case BREAK_LOOP: in opcode_stack_effect()2180 ADDOP(c, BREAK_LOOP); in compiler_visit_stmt()
2848 TARGET_NOARG(BREAK_LOOP) in PyEval_EvalFrameEx()
608 .. opcode:: BREAK_LOOP