Home
last modified time | relevance | path

Searched refs:PySystemExitObject (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/python/cpython2/Objects/
Dexceptions.c507 SystemExit_init(PySystemExitObject *self, PyObject *args, PyObject *kwds) in SystemExit_init()
528 SystemExit_clear(PySystemExitObject *self) in SystemExit_clear()
535 SystemExit_dealloc(PySystemExitObject *self) in SystemExit_dealloc()
543 SystemExit_traverse(PySystemExitObject *self, visitproc visit, void *arg) in SystemExit_traverse()
550 {"code", T_OBJECT, offsetof(PySystemExitObject, code), 0,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dpyerrors.h54 } PySystemExitObject; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dpyerrors.h54 } PySystemExitObject; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dpyerrors.h54 } PySystemExitObject; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dpyerrors.h54 } PySystemExitObject; typedef
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dpyerrors.h54 } PySystemExitObject; typedef
/aosp_15_r20/external/python/cpython3/Objects/
Dexceptions.c634 SystemExit_init(PySystemExitObject *self, PyObject *args, PyObject *kwds) in SystemExit_init()
655 SystemExit_clear(PySystemExitObject *self) in SystemExit_clear()
662 SystemExit_dealloc(PySystemExitObject *self) in SystemExit_dealloc()
670 SystemExit_traverse(PySystemExitObject *self, visitproc visit, void *arg) in SystemExit_traverse()
677 {"code", T_OBJECT, offsetof(PySystemExitObject, code), 0,
/aosp_15_r20/external/python/cpython2/Include/
Dpyerrors.h49 } PySystemExitObject; typedef