Home
last modified time | relevance | path

Searched refs:BREAK_LOOP (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Include/
Dopcode.h83 #define BREAK_LOOP 80 macro
/external/python/cpython3/Include/
Dopcode.h58 #define BREAK_LOOP 80 macro
/external/python/cpython2/Objects/
Dlnotab_notes.txt95 4 13 BREAK_LOOP
/external/python/cpython3/Objects/
Dlnotab_notes.txt104 4 14 BREAK_LOOP
/external/python/cpython2/Doc/library/
Ddis.rst477 .. opcode:: BREAK_LOOP ()
/external/python/cpython3/Python/
Dcompile.c950 case BREAK_LOOP: in stack_effect()
3050 ADDOP(c, BREAK_LOOP); in compiler_visit_stmt()
5064 instr->i_opcode == BREAK_LOOP) in stackdepth()
Dceval.c2831 TARGET(BREAK_LOOP) { in _PyEval_EvalFrameDefault()
/external/python/cpython2/Python/
Dcompile.c794 case BREAK_LOOP: in opcode_stack_effect()
2180 ADDOP(c, BREAK_LOOP); in compiler_visit_stmt()
Dceval.c2848 TARGET_NOARG(BREAK_LOOP) in PyEval_EvalFrameEx()
/external/python/cpython3/Doc/library/
Ddis.rst608 .. opcode:: BREAK_LOOP