Searched refs:PyBaseExceptionObject (Results 1 – 17 of 17) sorted by relevance
/aosp_15_r20/external/python/cpython2/Objects/ |
D | exceptions.c | 32 PyBaseExceptionObject *self; in BaseException_new() 34 self = (PyBaseExceptionObject *)type->tp_alloc(type, 0); in BaseException_new() 56 BaseException_init(PyBaseExceptionObject *self, PyObject *args, PyObject *kwds) in BaseException_init() 72 BaseException_clear(PyBaseExceptionObject *self) in BaseException_clear() 81 BaseException_dealloc(PyBaseExceptionObject *self) in BaseException_dealloc() 89 BaseException_traverse(PyBaseExceptionObject *self, visitproc visit, void *arg) in BaseException_traverse() 98 BaseException_str(PyBaseExceptionObject *self) in BaseException_str() 119 BaseException_unicode(PyBaseExceptionObject *self) in BaseException_unicode() 155 BaseException_repr(PyBaseExceptionObject *self) in BaseException_repr() 182 BaseException_reduce(PyBaseExceptionObject *self) in BaseException_reduce() [all …]
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | exceptions.c | 44 PyBaseExceptionObject *self; in BaseException_new() 46 self = (PyBaseExceptionObject *)type->tp_alloc(type, 0); in BaseException_new() 71 BaseException_init(PyBaseExceptionObject *self, PyObject *args, PyObject *kwds) in BaseException_init() 83 BaseException_clear(PyBaseExceptionObject *self) in BaseException_clear() 95 BaseException_dealloc(PyBaseExceptionObject *self) in BaseException_dealloc() 108 BaseException_traverse(PyBaseExceptionObject *self, visitproc visit, void *arg) in BaseException_traverse() 120 BaseException_str(PyBaseExceptionObject *self) in BaseException_str() 133 BaseException_repr(PyBaseExceptionObject *self) in BaseException_repr() 145 BaseException_reduce(PyBaseExceptionObject *self, PyObject *Py_UNUSED(ignored)) in BaseException_reduce() 196 static inline PyBaseExceptionObject* [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/ |
D | pycore_exceptions.h | 25 PyBaseExceptionObject *memerrors_freelist;
|
/aosp_15_r20/external/python/cpython3/Include/internal/ |
D | pycore_exceptions.h | 25 PyBaseExceptionObject *memerrors_freelist;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/ |
D | pycore_exceptions.h | 25 PyBaseExceptionObject *memerrors_freelist;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/ |
D | pycore_exceptions.h | 25 PyBaseExceptionObject *memerrors_freelist;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/ |
D | pycore_exceptions.h | 25 PyBaseExceptionObject *memerrors_freelist;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | pyerrors.h | 15 } PyBaseExceptionObject; typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | pyerrors.h | 15 } PyBaseExceptionObject; typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | pyerrors.h | 15 } PyBaseExceptionObject; typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | pyerrors.h | 15 } PyBaseExceptionObject; typedef
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | pyerrors.h | 15 } PyBaseExceptionObject; typedef
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | pyerrors.h | 14 } PyBaseExceptionObject; typedef
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | pythonrun.c | 1359 if (((PyBaseExceptionObject *)value)->suppress_context) { in print_exception_cause_and_context()
|
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes.c | 5510 Py_SETREF(((PyBaseExceptionObject *)self)->args, args); in comerror_init() 5518 sizeof(PyBaseExceptionObject), /* tp_basicsize */
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 7097 sizeof(PyBaseExceptionObject), /* tp_basicsize */
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | python3.11.abi | 5083 …<typedef-decl name='PyBaseExceptionObject' type-id='type-id-431' filepath='./Include/cpython/pyerr…
|