Home
last modified time | relevance | path

Searched refs:PyMethod_GET_FUNCTION (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/python/cpython3/Objects/
Dclassobject.c49 PyObject *func = PyMethod_GET_FUNCTION(method); in method_vectorcall()
134 PyObject *func = PyMethod_GET_FUNCTION(self); in method___reduce___impl()
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dclassobject.h31 #define PyMethod_GET_FUNCTION(meth) \ macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dclassobject.h31 #define PyMethod_GET_FUNCTION(meth) \ macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dclassobject.h31 #define PyMethod_GET_FUNCTION(meth) \ macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dclassobject.h31 #define PyMethod_GET_FUNCTION(meth) \ macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dclassobject.h31 #define PyMethod_GET_FUNCTION(meth) \ macro
/aosp_15_r20/external/python/cpython2/Include/
Dclassobject.h69 #define PyMethod_GET_FUNCTION(meth) \ macro
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dmethod.rst52 .. c:function:: PyObject* PyMethod_GET_FUNCTION(PyObject *meth)
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dmethod.rst83 .. c:function:: PyObject* PyMethod_GET_FUNCTION(PyObject *meth)
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dguards.cpp3083 func = PyMethod_GET_FUNCTION(obj); // borrowed ref in check_nopybind()
3099 func = PyMethod_GET_FUNCTION(obj); // borrowed ref in check_verbose_nopybind()
3144 func = PyMethod_GET_FUNCTION(obj); // borrowed ref in check_nopybind()
3160 func = PyMethod_GET_FUNCTION(obj); // borrowed ref in check_verbose_nopybind()
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat746 PyMethod_GET_FUNCTION:PyObject*::0:
747 PyMethod_GET_FUNCTION:PyObject*:im:0:
/aosp_15_r20/external/python/cpython2/Objects/
Dclassobject.c2553 func = PyMethod_GET_FUNCTION(func); in instancemethod_call()
2628 return PyMethod_New(PyMethod_GET_FUNCTION(meth), obj, cls); in instancemethod_descr_get()
/aosp_15_r20/external/python/cpython2/Python/
Dceval.c3039 func = PyMethod_GET_FUNCTION(func); in PyEval_EvalFrameEx()
4250 return PyEval_GetFuncName(PyMethod_GET_FUNCTION(func)); in PyEval_GetFuncName()
4383 func = PyMethod_GET_FUNCTION(func); in call_function()
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat1314 PyMethod_GET_FUNCTION:PyObject*::0:
1315 PyMethod_GET_FUNCTION:PyObject*:im:0:
/aosp_15_r20/external/python/cpython3/Modules/
D_pickle.c401 func2 = PyMethod_GET_FUNCTION(func); in init_method_ref()
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c7230 return PyEval_GetFuncName(PyMethod_GET_FUNCTION(func));