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/ |
D | pycore_object.h | 197 extern void _Py_AddToAllObjects(PyObject *op, int force);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/ |
D | pycore_object.h | 197 extern void _Py_AddToAllObjects(PyObject *op, int force);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/ |
D | pycore_object.h | 197 extern void _Py_AddToAllObjects(PyObject *op, int force);
|
/aosp_15_r20/external/python/cpython3/Include/internal/ |
D | pycore_object.h | 197 extern void _Py_AddToAllObjects(PyObject *op, int force);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/ |
D | pycore_object.h | 197 extern void _Py_AddToAllObjects(PyObject *op, int force);
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | object.c | 58 _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()
|
D | typeobject.c | 4143 _Py_AddToAllObjects((PyObject *)type, 0);
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | object.h | 749 PyAPI_FUNC(void) _Py_AddToAllObjects(PyObject *, int force);
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | object.c | 97 _Py_AddToAllObjects(PyObject *op, int force) in _Py_AddToAllObjects() function 2033 _Py_AddToAllObjects(op, 1); in _Py_NewReference()
|
D | typeobject.c | 6460 _Py_AddToAllObjects((PyObject *)type, 0); in type_ready()
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ |
H A D | python_variable.cpp | 395 _Py_AddToAllObjects(reinterpret_cast<PyObject*>(self), 1); in THPVariable_tryResurrect()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | bltinmodule.c | 3045 #define ADD_TO_ALL(OBJECT) _Py_AddToAllObjects((PyObject *)(OBJECT), 0) in _PyBuiltin_Init()
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | bltinmodule.c | 2706 #define ADD_TO_ALL(OBJECT) _Py_AddToAllObjects((PyObject *)(OBJECT), 0) in _PyBuiltin_Init()
|
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/ |
D | 3.9.rst | 1446 * ``_Py_AddToAllObjects()`` (specific to ``Py_TRACE_REFS`` build)
|