Home
last modified time | relevance | path

Searched refs:_Py_ForgetReference (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h745 PyAPI_FUNC(void) _Py_ForgetReference(PyObject *);
760 #define _Py_ForgetReference(op) _Py_INC_TPFREES(op) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h733 PyAPI_FUNC(void) _Py_ForgetReference(PyObject *);
748 #define _Py_ForgetReference(op) _Py_INC_TPFREES(op) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dstructseq.c486 _Py_ForgetReference((PyObject*)type); in PyStructSequence_InitType()
Dobject.c2212 _Py_ForgetReference(register PyObject *op) in _Py_ForgetReference() function
2240 _Py_ForgetReference(op); in _Py_Dealloc()
Dtupleobject.c879 _Py_ForgetReference((PyObject *) v); in _PyTuple_Resize()
Dunicodeobject.c369 _Py_ForgetReference((PyObject *)unicode); in _PyUnicode_New()
8745 _Py_ForgetReference((PyObject *)pnew); in unicode_subtype_new()
Dstringobject.c3889 _Py_ForgetReference(v); in _PyString_Resize()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstructseq.c487 _Py_ForgetReference((PyObject*)type); in PyStructSequence_InitType()
Dtupleobject.c869 _Py_ForgetReference((PyObject *) v); in _PyTuple_Resize()
Dobject.c2233 _Py_ForgetReference(register PyObject *op) in _Py_ForgetReference() function
2261 _Py_ForgetReference(op); in _Py_Dealloc()
Dunicodeobject.c382 _Py_ForgetReference((PyObject *)unicode); in _PyUnicode_New()
8853 _Py_ForgetReference((PyObject *)pnew); in unicode_subtype_new()
Dstringobject.c3909 _Py_ForgetReference(v); in _PyString_Resize()