Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dobject.c65 _Py_AddToAllObjects(PyObject *op, int force) in _Py_AddToAllObjects() function
173 _Py_AddToAllObjects((PyObject *)tp, 0); in inc_count()
1930 _Py_AddToAllObjects(op, 1); in _Py_NewReference()
Dtypeobject.c5133 _Py_AddToAllObjects((PyObject *)type, 0); in PyType_Ready()
/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);
/external/python/cpython2/Include/
Dobject.h749 PyAPI_FUNC(void) _Py_AddToAllObjects(PyObject *, int force);
/external/python/cpython3/Include/
Dobject.h772 PyAPI_FUNC(void) _Py_AddToAllObjects(PyObject *, int force);
/external/python/cpython3/Python/
Dbltinmodule.c2815 #define ADD_TO_ALL(OBJECT) _Py_AddToAllObjects((PyObject *)(OBJECT), 0) in _PyBuiltin_Init()
/external/python/cpython2/Python/
Dbltinmodule.c2706 #define ADD_TO_ALL(OBJECT) _Py_AddToAllObjects((PyObject *)(OBJECT), 0) in _PyBuiltin_Init()