Home
last modified time | relevance | path

Searched refs:FOR_ITER (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Include/
Dopcode.h99 #define FOR_ITER 93 macro
/external/python/cpython2/Python/
Dpeephole.c258 case FOR_ITER: in markblocks()
552 case FOR_ITER: in PyCode_Optimize()
633 case FOR_ITER: in PyCode_Optimize()
Dcompile.c825 case FOR_ITER: in opcode_stack_effect()
1622 ADDOP_JREL(c, FOR_ITER, cleanup); in compiler_for()
2598 ADDOP_JREL(c, FOR_ITER, anchor); in compiler_listcomp_generator()
2687 ADDOP_JREL(c, FOR_ITER, anchor); in compiler_comprehension_generator()
3444 if (instr->i_opcode == FOR_ITER) { in stackdepth_walk()
Dceval.c2796 PREDICT(FOR_ITER); in PyEval_EvalFrameEx()
2803 PREDICTED_WITH_ARG(FOR_ITER); in PyEval_EvalFrameEx()
2804 TARGET(FOR_ITER) in PyEval_EvalFrameEx()
/external/python/cpython2/Doc/library/
Ddis.rst485 address to jump to (which should be a :opcode:`FOR_ITER` instruction).
722 .. opcode:: FOR_ITER (delta)