Home
last modified time | relevance | path

Searched refs:PyObject_GC_Del (Results 1 – 25 of 62) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Ditertoolsmodule.c182 PyObject_GC_Del, /* tp_free */
219 PyObject_GC_Del(igo); in _grouper_dealloc()
312 PyObject_GC_Del, /* tp_free */
420 PyObject_GC_Del(tdo); in teedataobject_dealloc()
465 PyObject_GC_Del, /* tp_free */
533 PyObject_GC_Del(to); in tee_fromiterable()
570 PyObject_GC_Del(to); in tee_dealloc()
621 PyObject_GC_Del, /* tp_free */
819 PyObject_GC_Del, /* tp_free */
961 PyObject_GC_Del, /* tp_free */
[all …]
Doperator.c370 PyObject_GC_Del(ig); in itemgetter_dealloc()
507 PyObject_GC_Del(ag); in attrgetter_dealloc()
697 PyObject_GC_Del(mc); in methodcaller_dealloc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Ditertoolsmodule.c182 PyObject_GC_Del, /* tp_free */
219 PyObject_GC_Del(igo); in _grouper_dealloc()
312 PyObject_GC_Del, /* tp_free */
437 PyObject_GC_Del(tdo); in teedataobject_dealloc()
482 PyObject_GC_Del, /* tp_free */
552 PyObject_GC_Del(to); in tee_fromiterable()
589 PyObject_GC_Del(to); in tee_dealloc()
640 PyObject_GC_Del, /* tp_free */
838 PyObject_GC_Del, /* tp_free */
982 PyObject_GC_Del, /* tp_free */
[all …]
Doperator.c498 PyObject_GC_Del(ig); in itemgetter_dealloc()
635 PyObject_GC_Del(ag); in attrgetter_dealloc()
825 PyObject_GC_Del(mc); in methodcaller_dealloc()
Dgcmodule.c1459 #undef PyObject_GC_Del
1553 PyObject_GC_Del(void *op) in PyObject_GC_Del() function
1569 PyObject_GC_Del(op); in _PyObject_GC_Del()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Diterobject.c35 PyObject_GC_Del(it); in iter_dealloc()
157 PyObject_GC_Del(it); in calliter_dealloc()
Dcellobject.c51 PyObject_GC_Del(op); in cell_dealloc()
Denumobject.c211 PyObject_GC_Del, /* tp_free */
380 PyObject_GC_Del, /* tp_free */
Dmethodobject.c142 PyObject_GC_Del(m); in meth_dealloc()
402 PyObject_GC_Del(v); in PyCFunction_ClearFreeList()
Dtupleobject.c826 PyObject_GC_Del, /* tp_free */
877 PyObject_GC_Del(v); in _PyTuple_Resize()
905 PyObject_GC_Del(q); in PyTuple_ClearFreeList()
940 PyObject_GC_Del(it); in tupleiter_dealloc()
Dfuncobject.c462 PyObject_GC_Del(op); in func_dealloc()
732 PyObject_GC_Del, /* tp_free */
882 PyObject_GC_Del, /* tp_free */
Dmoduleobject.c261 PyObject_GC_Del, /* tp_free */
Ddescrobject.c12 PyObject_GC_Del(descr); in descr_dealloc()
826 PyObject_GC_Del(pp); in proxy_dealloc()
946 PyObject_GC_Del(wp); in wrapper_dealloc()
1439 PyObject_GC_Del, /* tp_free */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Diterobject.c35 PyObject_GC_Del(it); in iter_dealloc()
157 PyObject_GC_Del(it); in calliter_dealloc()
Dcellobject.c51 PyObject_GC_Del(op); in cell_dealloc()
Denumobject.c211 PyObject_GC_Del, /* tp_free */
380 PyObject_GC_Del, /* tp_free */
Dmethodobject.c142 PyObject_GC_Del(m); in meth_dealloc()
402 PyObject_GC_Del(v); in PyCFunction_ClearFreeList()
Dfuncobject.c462 PyObject_GC_Del(op); in func_dealloc()
732 PyObject_GC_Del, /* tp_free */
884 PyObject_GC_Del, /* tp_free */
Dtupleobject.c836 PyObject_GC_Del, /* tp_free */
888 PyObject_GC_Del(v); in _PyTuple_Resize()
916 PyObject_GC_Del(q); in PyTuple_ClearFreeList()
952 PyObject_GC_Del(it); in tupleiter_dealloc()
Dmoduleobject.c259 PyObject_GC_Del, /* tp_free */
Ddescrobject.c12 PyObject_GC_Del(descr); in descr_dealloc()
789 PyObject_GC_Del(pp); in proxy_dealloc()
895 PyObject_GC_Del(wp); in wrapper_dealloc()
1384 PyObject_GC_Del, /* tp_free */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobjimpl.h249 #define _PyObject_GC_Del PyObject_GC_Del
311 PyAPI_FUNC(void) PyObject_GC_Del(void *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobjimpl.h249 #define _PyObject_GC_Del PyObject_GC_Del
311 PyAPI_FUNC(void) PyObject_GC_Del(void *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dtraceback.c29 PyObject_GC_Del(tb); in tb_dealloc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dtraceback.c29 PyObject_GC_Del(tb); in tb_dealloc()

123