Home
last modified time | relevance | path

Searched refs:RETURN_GENERATOR (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_opcode.h203 [RETURN_GENERATOR] = RETURN_GENERATOR,
317 [RETURN_GENERATOR] = "RETURN_GENERATOR",
/third_party/python/Include/
H A Dopcode.h40 #define RETURN_GENERATOR 75 macro
/third_party/python/Objects/
H A Dframeobject.c612 case RETURN_GENERATOR: in _PyFrame_GetState()
/third_party/python/Python/
H A Dcompile.c1112 case RETURN_GENERATOR: in stack_effect()
8186 .i_opcode = RETURN_GENERATOR, in insert_prefix_instructions()
H A Dceval.c5427 TARGET(RETURN_GENERATOR) {

Completed in 25 milliseconds