Lines Matching defs:exc
197 _PyBaseExceptionObject_cast(PyObject *exc) in _PyBaseExceptionObject_cast()
693 _PyBaseExceptionGroupObject_cast(PyObject *exc) in _PyBaseExceptionGroupObject_cast()
740 PyObject *exc = PyTuple_GET_ITEM(exceptions, i); in BaseExceptionGroup_new() local
1027 exceptiongroup_split_check_match(PyObject *exc, in exceptiongroup_split_check_match()
1070 exceptiongroup_split_recursive(PyObject *exc, in exceptiongroup_split_recursive()
1241 collect_exception_group_leaf_ids(PyObject *exc, PyObject *leaf_ids) in collect_exception_group_leaf_ids()
2620 PyUnicodeEncodeError_GetEncoding(PyObject *exc) in PyUnicodeEncodeError_GetEncoding()
2626 PyUnicodeDecodeError_GetEncoding(PyObject *exc) in PyUnicodeDecodeError_GetEncoding()
2632 PyUnicodeEncodeError_GetObject(PyObject *exc) in PyUnicodeEncodeError_GetObject()
2638 PyUnicodeDecodeError_GetObject(PyObject *exc) in PyUnicodeDecodeError_GetObject()
2644 PyUnicodeTranslateError_GetObject(PyObject *exc) in PyUnicodeTranslateError_GetObject()
2650 PyUnicodeEncodeError_GetStart(PyObject *exc, Py_ssize_t *start) in PyUnicodeEncodeError_GetStart()
2669 PyUnicodeDecodeError_GetStart(PyObject *exc, Py_ssize_t *start) in PyUnicodeDecodeError_GetStart()
2687 PyUnicodeTranslateError_GetStart(PyObject *exc, Py_ssize_t *start) in PyUnicodeTranslateError_GetStart()
2694 PyUnicodeEncodeError_SetStart(PyObject *exc, Py_ssize_t start) in PyUnicodeEncodeError_SetStart()
2702 PyUnicodeDecodeError_SetStart(PyObject *exc, Py_ssize_t start) in PyUnicodeDecodeError_SetStart()
2710 PyUnicodeTranslateError_SetStart(PyObject *exc, Py_ssize_t start) in PyUnicodeTranslateError_SetStart()
2718 PyUnicodeEncodeError_GetEnd(PyObject *exc, Py_ssize_t *end) in PyUnicodeEncodeError_GetEnd()
2737 PyUnicodeDecodeError_GetEnd(PyObject *exc, Py_ssize_t *end) in PyUnicodeDecodeError_GetEnd()
2755 PyUnicodeTranslateError_GetEnd(PyObject *exc, Py_ssize_t *end) in PyUnicodeTranslateError_GetEnd()
2762 PyUnicodeEncodeError_SetEnd(PyObject *exc, Py_ssize_t end) in PyUnicodeEncodeError_SetEnd()
2770 PyUnicodeDecodeError_SetEnd(PyObject *exc, Py_ssize_t end) in PyUnicodeDecodeError_SetEnd()
2778 PyUnicodeTranslateError_SetEnd(PyObject *exc, Py_ssize_t end) in PyUnicodeTranslateError_SetEnd()
2785 PyUnicodeEncodeError_GetReason(PyObject *exc) in PyUnicodeEncodeError_GetReason()
2792 PyUnicodeDecodeError_GetReason(PyObject *exc) in PyUnicodeDecodeError_GetReason()
2799 PyUnicodeTranslateError_GetReason(PyObject *exc) in PyUnicodeTranslateError_GetReason()
2806 PyUnicodeEncodeError_SetReason(PyObject *exc, const char *reason) in PyUnicodeEncodeError_SetReason()
2814 PyUnicodeDecodeError_SetReason(PyObject *exc, const char *reason) in PyUnicodeDecodeError_SetReason()
2822 PyUnicodeTranslateError_SetReason(PyObject *exc, const char *reason) in PyUnicodeTranslateError_SetReason()
3496 PyTypeObject *exc; member
3600 PyTypeObject *exc = static_exceptions[i].exc; in _PyExc_InitTypes() local
3618 PyTypeObject *exc = static_exceptions[i].exc; in _PyExc_FiniTypes() local
3786 PyObject *exc, *val, *tb; in _PyErr_TrySetFromCause() local