Searched refs:_Py_NegativeRefcount (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Include/ |
D | object.h | 708 PyAPI_FUNC(void) _Py_NegativeRefcount(const char *fname, 718 _Py_NegativeRefcount(__FILE__, __LINE__, \
|
/external/python/cpython3/Include/ |
D | object.h | 729 PyAPI_FUNC(void) _Py_NegativeRefcount(const char *fname, 737 _Py_NegativeRefcount(__FILE__, __LINE__, \
|
/external/python/cpython3/Objects/ |
D | object.c | 203 _Py_NegativeRefcount(const char *fname, int lineno, PyObject *op) in _Py_NegativeRefcount() function
|
/external/python/cpython2/Objects/ |
D | object.c | 192 _Py_NegativeRefcount(const char *fname, int lineno, PyObject *op) in _Py_NegativeRefcount() function
|