Home
last modified time | relevance | path

Searched refs:long_new_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Objects/clinic/
Dlongobject.c.h6 long_new_impl(PyTypeObject *type, PyObject *x, PyObject *obase);
36 return_value = long_new_impl(type, x, obase); in long_new()
/third_party/python/Objects/
Dlongobject.c4958 long_new_impl(PyTypeObject *type, PyObject *x, PyObject *obase) in long_new_impl() function
5015 tmp = (PyLongObject *)long_new_impl(&PyLong_Type, x, obase); in long_subtype_new()