Lines Matching +defs:val +defs:o
421 PyObject *typ, PyObject *val, PyObject *tb) in _gen_throw()
484 PyObject *val; in _gen_throw() local
572 PyObject *val = NULL; in gen_throw() local
928 PyAsyncGenObject *o; in _Py_MakeCoro() local
1022 gen_is_coroutine(PyObject *o) in gen_is_coroutine()
1042 _PyCoro_GetAwaitableIter(PyObject *o) in _PyCoro_GetAwaitableIter()
1425 #define _PyAsyncGenWrappedValue_CheckExact(o) \ argument
1428 #define PyAsyncGenASend_CheckExact(o) \ argument
1441 async_gen_repr(PyAsyncGenObject *o) in async_gen_repr()
1449 async_gen_init_hooks(PyAsyncGenObject *o) in async_gen_init_hooks()
1487 async_gen_anext(PyAsyncGenObject *o) in async_gen_anext()
1497 async_gen_asend(PyAsyncGenObject *o, PyObject *arg) in async_gen_asend()
1507 async_gen_aclose(PyAsyncGenObject *o, PyObject *arg) in async_gen_aclose()
1516 async_gen_athrow(PyAsyncGenObject *o, PyObject *args) in async_gen_athrow()
1643 PyAsyncGenObject *o; in PyAsyncGen_New() local
1664 _PyAsyncGenWrappedValue *o; in _PyAsyncGen_ClearFreeLists() local
1671 PyAsyncGenASend *o; in _PyAsyncGen_ClearFreeLists() local
1725 async_gen_asend_dealloc(PyAsyncGenASend *o) in async_gen_asend_dealloc()
1748 async_gen_asend_traverse(PyAsyncGenASend *o, visitproc visit, void *arg) in async_gen_asend_traverse()
1757 async_gen_asend_send(PyAsyncGenASend *o, PyObject *arg) in async_gen_asend_send()
1795 async_gen_asend_iternext(PyAsyncGenASend *o) in async_gen_asend_iternext()
1802 async_gen_asend_throw(PyAsyncGenASend *o, PyObject *const *args, Py_ssize_t nargs) in async_gen_asend_throw()
1825 async_gen_asend_close(PyAsyncGenASend *o, PyObject *args) in async_gen_asend_close()
1894 PyAsyncGenASend *o; in async_gen_asend_new() local
1932 async_gen_wrapped_val_dealloc(_PyAsyncGenWrappedValue *o) in async_gen_wrapped_val_dealloc()
1956 async_gen_wrapped_val_traverse(_PyAsyncGenWrappedValue *o, in async_gen_wrapped_val_traverse()
2008 _PyAsyncGenValueWrapperNew(PyObject *val) in _PyAsyncGenValueWrapperNew()
2010 _PyAsyncGenWrappedValue *o; in _PyAsyncGenValueWrapperNew() local
2046 async_gen_athrow_dealloc(PyAsyncGenAThrow *o) in async_gen_athrow_dealloc()
2056 async_gen_athrow_traverse(PyAsyncGenAThrow *o, visitproc visit, void *arg) in async_gen_athrow_traverse()
2065 async_gen_athrow_send(PyAsyncGenAThrow *o, PyObject *arg) in async_gen_athrow_send()
2129 PyObject *val = NULL; in async_gen_athrow_send() local
2197 async_gen_athrow_throw(PyAsyncGenAThrow *o, PyObject *const *args, Py_ssize_t nargs) in async_gen_athrow_throw()
2237 async_gen_athrow_iternext(PyAsyncGenAThrow *o) in async_gen_athrow_iternext()
2244 async_gen_athrow_close(PyAsyncGenAThrow *o, PyObject *args) in async_gen_athrow_close()
2314 PyAsyncGenAThrow *o; in async_gen_athrow_new() local