Searched refs:YIELD_VALUE (Results 1 – 10 of 10) sorted by relevance
89 #define YIELD_VALUE 86 macro
66 #define YIELD_VALUE 86 macro
207 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()
975 case YIELD_VALUE: in stack_effect()4340 ADDOP(c, YIELD_VALUE); in compiler_sync_comprehension_generator()4429 ADDOP(c, YIELD_VALUE); in compiler_async_comprehension_generator()4865 ADDOP(c, YIELD_VALUE); in compiler_visit_expr1()
2082 case TARGET(YIELD_VALUE): { in _PyEval_EvalFrameDefault()
507 .. opcode:: YIELD_VALUE ()
666 .. opcode:: YIELD_VALUE