Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h395 PyObject *tp_cache; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h395 PyObject *tp_cache; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dtypeobject.c2650 Py_XDECREF(type->tp_cache); in type_dealloc()
2713 Py_VISIT(type->tp_cache); in type_traverse()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dtypeobject.c2623 Py_XDECREF(type->tp_cache); in type_dealloc()
2686 Py_VISIT(type->tp_cache); in type_traverse()