Lines Matching defs:gen

4725 …__pyx_CoroutineObject *gen = __Pyx_Generator_New((__pyx_coroutine_body_t) __pyx_gb_4borg_4item_4It…  in __pyx_pf_4borg_4item_4Item_8get_size_genexpr()  local
13879 #define __Pyx_Coroutine_Undelegate(gen) Py_CLEAR((gen)->yieldfrom) argument
13972 #define __Pyx_Coroutine_AlreadyRunningError(gen) (__Pyx__Coroutine_AlreadyRunningError(gen), (PyOb… argument
13973 static void __Pyx__Coroutine_AlreadyRunningError(CYTHON_UNUSED __pyx_CoroutineObject *gen) { in __Pyx__Coroutine_AlreadyRunningError()
13989 #define __Pyx_Coroutine_NotStartedError(gen) (__Pyx__Coroutine_NotStartedError(gen), (PyObject*)NU… argument
13990 static void __Pyx__Coroutine_NotStartedError(CYTHON_UNUSED PyObject *gen) { in __Pyx__Coroutine_NotStartedError()
14006 #define __Pyx_Coroutine_AlreadyTerminatedError(gen, value, closing) (__Pyx__Coroutine_AlreadyTermi… argument
14007 static void __Pyx__Coroutine_AlreadyTerminatedError(CYTHON_UNUSED PyObject *gen, PyObject *value, C… in __Pyx__Coroutine_AlreadyTerminatedError()
14090 PyObject *__Pyx_Coroutine_MethodReturn(CYTHON_UNUSED PyObject* gen, PyObject *retval) { in __Pyx_Coroutine_MethodReturn()
14107 PyObject *__Pyx_PyGen_Send(PyGenObject *gen, PyObject *arg) { in __Pyx_PyGen_Send()
14130 PyObject *__Pyx_Coroutine_FinishDelegation(__pyx_CoroutineObject *gen) { in __Pyx_Coroutine_FinishDelegation()
14141 __pyx_CoroutineObject *gen = (__pyx_CoroutineObject*) self; in __Pyx_Coroutine_Send() local
14189 static int __Pyx_Coroutine_CloseIter(__pyx_CoroutineObject *gen, PyObject *yf) { in __Pyx_Coroutine_CloseIter()
14240 __pyx_CoroutineObject *gen = (__pyx_CoroutineObject*) self; in __Pyx_Generator_Next() local
14275 __pyx_CoroutineObject *gen = (__pyx_CoroutineObject *) self; in __Pyx_Coroutine_Close() local
14322 __pyx_CoroutineObject *gen = (__pyx_CoroutineObject *) self; in __Pyx__Coroutine_Throw() local
14396 static int __Pyx_Coroutine_traverse(__pyx_CoroutineObject *gen, visitproc visit, void *arg) { in __Pyx_Coroutine_traverse()
14403 __pyx_CoroutineObject *gen = (__pyx_CoroutineObject *) self; in __Pyx_Coroutine_clear() local
14420 __pyx_CoroutineObject *gen = (__pyx_CoroutineObject *) self; in __Pyx_Coroutine_dealloc() local
14450 __pyx_CoroutineObject *gen = (__pyx_CoroutineObject *) self; in __Pyx_Coroutine_del() local
14603 __pyx_CoroutineObject *gen = PyObject_GC_New(__pyx_CoroutineObject, type); in __Pyx__Coroutine_New() local
14609__pyx_CoroutineObject *gen, __pyx_coroutine_body_t body, PyObject *code, PyObject *closure, in __Pyx__Coroutine_NewInit()