Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dexceptions.c515 SystemExit_init(PySystemExitObject *self, PyObject *args, PyObject *kwds) in SystemExit_init()
534 SystemExit_clear(PySystemExitObject *self) in SystemExit_clear()
541 SystemExit_dealloc(PySystemExitObject *self) in SystemExit_dealloc()
549 SystemExit_traverse(PySystemExitObject *self, visitproc visit, void *arg) in SystemExit_traverse()
556 {"code", T_OBJECT, offsetof(PySystemExitObject, code), 0,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dexceptions.c515 SystemExit_init(PySystemExitObject *self, PyObject *args, PyObject *kwds) in SystemExit_init()
534 SystemExit_clear(PySystemExitObject *self) in SystemExit_clear()
541 SystemExit_dealloc(PySystemExitObject *self) in SystemExit_dealloc()
549 SystemExit_traverse(PySystemExitObject *self, visitproc visit, void *arg) in SystemExit_traverse()
556 {"code", T_OBJECT, offsetof(PySystemExitObject, code), 0,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpyerrors.h49 } PySystemExitObject; typedef
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpyerrors.h49 } PySystemExitObject; typedef