Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h732 #define _Py_INC_TPFREES(OP) dec_count(Py_TYPE(OP)) macro
737 #define _Py_INC_TPFREES(OP) macro
760 #define _Py_ForgetReference(op) _Py_INC_TPFREES(op)
763 _Py_INC_TPFREES(op) _Py_COUNT_ALLOCS_COMMA \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h720 #define _Py_INC_TPFREES(OP) dec_count(Py_TYPE(OP)) macro
725 #define _Py_INC_TPFREES(OP) macro
748 #define _Py_ForgetReference(op) _Py_INC_TPFREES(op)
751 _Py_INC_TPFREES(op) _Py_COUNT_ALLOCS_COMMA \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobject.c2233 _Py_INC_TPFREES(op); in _Py_ForgetReference()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobject.c2254 _Py_INC_TPFREES(op); in _Py_ForgetReference()