Home
last modified time | relevance | path

Searched refs:PyObject_GC_IsTracked (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/python/cpython3/Include/
Dobjimpl.h189 PyAPI_FUNC(int) PyObject_GC_IsTracked(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dobjimpl.h189 PyAPI_FUNC(int) PyObject_GC_IsTracked(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dobjimpl.h189 PyAPI_FUNC(int) PyObject_GC_IsTracked(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dobjimpl.h189 PyAPI_FUNC(int) PyObject_GC_IsTracked(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dobjimpl.h189 PyAPI_FUNC(int) PyObject_GC_IsTracked(PyObject *);
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dcpython_defs.c327 if (!PyObject_GC_IsTracked((PyObject *) f)) { in THP_take_ownership()
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpythoncapi_compat.h471 PyObject_GC_IsTracked(PyObject* obj) in PyObject_GC_IsTracked() function
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dgcsupport.rst92 .. c:function:: int PyObject_GC_IsTracked(PyObject *op)
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c452 EXPORT_FUNC(PyObject_GC_IsTracked)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat503 function,PyObject_GC_IsTracked,3.9,,
Dpython3.11.abi525 …<elf-symbol name='PyObject_GC_IsTracked' type='func-type' binding='global-binding' visibility='def…
16326PyObject_GC_IsTracked' mangled-name='PyObject_GC_IsTracked' filepath='Modules/gcmodule.c' line='23…
/aosp_15_r20/external/python/cpython3/Modules/
Dgcmodule.c2367 PyObject_GC_IsTracked(PyObject* obj) in PyObject_GC_IsTracked() function
D_testcapimodule.c3928 assert(!PyType_IS_GC(Py_TYPE(self)) || PyObject_GC_IsTracked(self)); in slot_tp_del()
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.9.0a6.rst1140 Add the functions :c:func:`PyObject_GC_IsTracked` and
/aosp_15_r20/external/python/cpython3/Objects/
Dgenobject.c981 assert(PyObject_GC_IsTracked((PyObject *)f)); in gen_new_with_qualname()
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml2143 [function.PyObject_GC_IsTracked]
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.9.rst1320 * Added the functions :c:func:`PyObject_GC_IsTracked` and