Home
last modified time | relevance | path

Searched refs:_Py_NewReference (Results 1 – 25 of 26) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobjimpl.h164 ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) )
Dobject.h744 PyAPI_FUNC(void) _Py_NewReference(PyObject *);
755 #define _Py_NewReference(op) ( \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobjimpl.h164 ( Py_TYPE(op) = (typeobj), _Py_NewReference((PyObject *)(op)), (op) )
Dobject.h732 PyAPI_FUNC(void) _Py_NewReference(PyObject *);
743 #define _Py_NewReference(op) ( \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dgenobject.c190 _Py_NewReference(self); in gen_del()
Dframeobject.c672 _Py_NewReference((PyObject *)f); in PyFrame_New()
701 _Py_NewReference((PyObject *)f); in PyFrame_New()
Dtupleobject.c77 _Py_NewReference((PyObject *)op); in PyTuple_New()
880 _Py_NewReference((PyObject *) sv); in _PyTuple_Resize()
Dobject.c224 _Py_NewReference(op); in PyObject_Init()
236 _Py_NewReference((PyObject *)op); in PyObject_InitVar()
2224 _Py_NewReference(PyObject *op) in _Py_NewReference() function
Dsetobject.c1016 _Py_NewReference((PyObject *)so); in make_new_set()
Dclassobject.c689 _Py_NewReference((PyObject *)inst); in instance_dealloc()
Ddictobject.c262 _Py_NewReference((PyObject *)mp); in PyDict_New()
Dlistobject.c137 _Py_NewReference((PyObject *)op); in PyList_New()
Dstringobject.c3917 _Py_NewReference(*pv); in _PyString_Resize()
Dtypeobject.c5798 _Py_NewReference(self);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dgenobject.c187 _Py_NewReference(self); in gen_del()
Dframeobject.c670 _Py_NewReference((PyObject *)f); in PyFrame_New()
699 _Py_NewReference((PyObject *)f); in PyFrame_New()
Dtupleobject.c77 _Py_NewReference((PyObject *)op); in PyTuple_New()
891 _Py_NewReference((PyObject *) sv); in _PyTuple_Resize()
Dobject.c224 _Py_NewReference(op); in PyObject_Init()
236 _Py_NewReference((PyObject *)op); in PyObject_InitVar()
2203 _Py_NewReference(PyObject *op) in _Py_NewReference() function
Dsetobject.c1017 _Py_NewReference((PyObject *)so); in make_new_set()
Dclassobject.c679 _Py_NewReference((PyObject *)inst); in instance_dealloc()
Ddictobject.c262 _Py_NewReference((PyObject *)mp); in PyDict_New()
Dlistobject.c137 _Py_NewReference((PyObject *)op); in PyList_New()
Dstringobject.c3897 _Py_NewReference(*pv); in _PyString_Resize()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
Diobase.c237 _Py_NewReference(self); in _PyIOBase_finalize()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
Diobase.c237 _Py_NewReference(self); in _PyIOBase_finalize()

12