/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | pyerrors.h | 100 PyAPI_FUNC(void) _PyErr_ChainExceptions(PyObject *, PyObject *, PyObject *);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | pyerrors.h | 100 PyAPI_FUNC(void) _PyErr_ChainExceptions(PyObject *, PyObject *, PyObject *);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | pyerrors.h | 100 PyAPI_FUNC(void) _PyErr_ChainExceptions(PyObject *, PyObject *, PyObject *);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | pyerrors.h | 100 PyAPI_FUNC(void) _PyErr_ChainExceptions(PyObject *, PyObject *, PyObject *);
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | pyerrors.h | 100 PyAPI_FUNC(void) _PyErr_ChainExceptions(PyObject *, PyObject *, PyObject *);
|
/aosp_15_r20/external/python/cpython3/Modules/_io/ |
D | fileio.c | 164 _PyErr_ChainExceptions(exc, val, tb); in _io_FileIO_close_impl() 499 _PyErr_ChainExceptions(exc, val, tb);
|
D | _iomodule.c | 442 _PyErr_ChainExceptions(exc, val, tb); in _io_open_impl()
|
D | iobase.c | 237 _PyErr_ChainExceptions(exc, val, tb); in _io__IOBase_close_impl()
|
D | winconsoleio.c | 207 _PyErr_ChainExceptions(exc, val, tb); in _io__WindowsConsoleIO_close_impl()
|
D | bufferedio.c | 514 _PyErr_ChainExceptions(exc, val, tb); in buffered_close() 2226 _PyErr_ChainExceptions(exc, val, tb); in bufferedrwpair_close()
|
D | textio.c | 2838 _PyErr_ChainExceptions(type, value, traceback); in _io_TextIOWrapper_tell_impl() 3052 _PyErr_ChainExceptions(exc, val, tb); in _io_TextIOWrapper_close_impl()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | traceback.c | 255 _PyErr_ChainExceptions(exc, val, tb); in PyTraceBack_Here() 298 _PyErr_ChainExceptions(exc, val, tb); in _PyTraceback_Add()
|
D | errors.c | 577 _PyErr_ChainExceptions(PyObject *typ, PyObject *val, PyObject *tb) in _PyErr_ChainExceptions() function
|
D | import.c | 651 _PyErr_ChainExceptions(type, value, traceback); in remove_module()
|
D | ceval.c | 754 _PyErr_ChainExceptions(exc, val, tb); in _Py_FinishPendingCalls()
|
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/ |
D | cursor.c | 703 _PyErr_ChainExceptions(exc, val, tb); in bind_parameters() 763 _PyErr_ChainExceptions(exc, val, tb); in bind_parameters()
|
D | connection.c | 886 _PyErr_ChainExceptions(exception, value, tb); in final_callback() 2249 _PyErr_ChainExceptions(exc, val, tb); in pysqlite_connection_exit_impl()
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | weakrefobject.c | 985 _PyErr_ChainExceptions(err_type, err_value, err_tb); in PyObject_ClearWeakRefs()
|
D | odictobject.c | 1608 _PyErr_ChainExceptions(exc, val, tb); in _PyODict_SetItem_KnownHash()
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _zoneinfo.c | 235 _PyErr_ChainExceptions(exc, val, tb); in zoneinfo_new_instance()
|
D | _asynciomodule.c | 2996 _PyErr_ChainExceptions(et, ev, tb); /* Normalizes (et, ev, tb) */ in task_step()
|
D | _ssl.c | 571 _PyErr_ChainExceptions(sslsock->exc_type, sslsock->exc_value, sslsock->exc_tb); in PySSL_ChainExceptions()
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | python3.11.abi | 1009 …<elf-symbol name='_PyErr_ChainExceptions' type='func-type' binding='global-binding' visibility='de… 13139 …_PyErr_ChainExceptions' mangled-name='_PyErr_ChainExceptions' filepath='Python/errors.c' line='577…
|