Home
last modified time | relevance | path

Searched refs:_Py_AddToAllObjects (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_object.h197 extern void _Py_AddToAllObjects(PyObject *op, int force);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_object.h197 extern void _Py_AddToAllObjects(PyObject *op, int force);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_object.h197 extern void _Py_AddToAllObjects(PyObject *op, int force);
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_object.h197 extern void _Py_AddToAllObjects(PyObject *op, int force);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_object.h197 extern void _Py_AddToAllObjects(PyObject *op, int force);
/aosp_15_r20/external/python/cpython2/Objects/
Dobject.c58 _Py_AddToAllObjects(PyObject *op, int force) in _Py_AddToAllObjects() function
162 _Py_AddToAllObjects((PyObject *)tp, 0); in inc_count()
2233 _Py_AddToAllObjects(op, 1); in _Py_NewReference()
Dtypeobject.c4143 _Py_AddToAllObjects((PyObject *)type, 0);
/aosp_15_r20/external/python/cpython2/Include/
Dobject.h749 PyAPI_FUNC(void) _Py_AddToAllObjects(PyObject *, int force);
/aosp_15_r20/external/python/cpython3/Objects/
Dobject.c97 _Py_AddToAllObjects(PyObject *op, int force) in _Py_AddToAllObjects() function
2033 _Py_AddToAllObjects(op, 1); in _Py_NewReference()
Dtypeobject.c6460 _Py_AddToAllObjects((PyObject *)type, 0); in type_ready()
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_variable.cpp395 _Py_AddToAllObjects(reinterpret_cast<PyObject*>(self), 1); in THPVariable_tryResurrect()
/aosp_15_r20/external/python/cpython3/Python/
Dbltinmodule.c3045 #define ADD_TO_ALL(OBJECT) _Py_AddToAllObjects((PyObject *)(OBJECT), 0) in _PyBuiltin_Init()
/aosp_15_r20/external/python/cpython2/Python/
Dbltinmodule.c2706 #define ADD_TO_ALL(OBJECT) _Py_AddToAllObjects((PyObject *)(OBJECT), 0) in _PyBuiltin_Init()
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.9.rst1446 * ``_Py_AddToAllObjects()`` (specific to ``Py_TRACE_REFS`` build)