Home
last modified time | relevance | path

Searched refs:YIELD_VALUE (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Include/
Dopcode.h67 #define YIELD_VALUE 86 macro
/external/python/cpython2/Include/
Dopcode.h89 #define YIELD_VALUE 86 macro
/external/python/cpython2/Objects/
Dframeobject.c206 if (code[f->f_lasti] == YIELD_VALUE) { in frame_setlineno()
/external/python/cpython2/Python/
Dcompile.c808 case YIELD_VALUE: in opcode_stack_effect()
2713 ADDOP(c, YIELD_VALUE); in compiler_comprehension_generator()
3018 ADDOP(c, YIELD_VALUE); in compiler_visit_expr()
Dceval.c2103 TARGET_NOARG(YIELD_VALUE) in PyEval_EvalFrameEx()
/external/python/cpython3/Python/
Dcompile.c963 case YIELD_VALUE: in stack_effect()
4478 ADDOP(c, YIELD_VALUE); in compiler_sync_comprehension_generator()
4571 ADDOP(c, YIELD_VALUE); in compiler_async_comprehension_generator()
5035 ADDOP(c, YIELD_VALUE); in compiler_visit_expr1()
Dceval.c2229 case TARGET(YIELD_VALUE): { in _PyEval_EvalFrameDefault()
/external/python/cpython2/Doc/library/
Ddis.rst507 .. opcode:: YIELD_VALUE ()
/external/python/cpython3/Doc/library/
Ddis.rst666 .. opcode:: YIELD_VALUE