Searched refs:YIELD_VALUE (Results 1 – 10 of 10) sorted by relevance
89 #define YIELD_VALUE 86 macro
64 #define YIELD_VALUE 86 macro
192 if (code[f->f_lasti] == YIELD_VALUE || code[f->f_lasti] == YIELD_FROM) { in frame_setlineno()
206 if (code[f->f_lasti] == YIELD_VALUE) { in frame_setlineno()
808 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()
2103 TARGET_NOARG(YIELD_VALUE) in PyEval_EvalFrameEx()
969 case YIELD_VALUE: in stack_effect()3874 ADDOP(c, YIELD_VALUE); in compiler_sync_comprehension_generator()3992 ADDOP(c, YIELD_VALUE); in compiler_async_comprehension_generator()4438 ADDOP(c, YIELD_VALUE); in compiler_visit_expr()
1817 TARGET(YIELD_VALUE) { in _PyEval_EvalFrameDefault()
507 .. opcode:: YIELD_VALUE ()
647 .. opcode:: YIELD_VALUE