Home | History | Annotate | Download | only in Python

Lines Matching refs:excepthandler_ty

981 static int obj2ast_excepthandler(PyObject* obj, excepthandler_ty* out, PyArena*

2061 excepthandler_ty
2065 excepthandler_ty p;
2066 p = (excepthandler_ty)PyArena_Malloc(arena, sizeof(*p));
3176 excepthandler_ty o = (excepthandler_ty)_o;
4310 excepthandler_ty value;
6309 obj2ast_excepthandler(PyObject* obj, excepthandler_ty* out, PyArena* arena)