Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h71 #define YIELD_VALUE 86 macro
/third_party/python/Python/
Dcompile.c1045 case YIELD_VALUE: in stack_effect()
4660 ADDOP(c, YIELD_VALUE); in compiler_sync_comprehension_generator()
4758 ADDOP(c, YIELD_VALUE); in compiler_async_comprehension_generator()
5221 ADDOP(c, YIELD_VALUE); in compiler_visit_expr1()
Dceval.c2633 case TARGET(YIELD_VALUE): { in _PyEval_EvalFrameDefault()
/third_party/python/Doc/library/
Ddis.rst666 .. opcode:: YIELD_VALUE