Home
last modified time | relevance | path

Searched refs:PyCFunction_GET_FUNCTION (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dmethodobject.h40 static inline PyCFunction PyCFunction_GET_FUNCTION(PyObject *func) { in PyCFunction_GET_FUNCTION() function
44 # define PyCFunction_GET_FUNCTION(func) PyCFunction_GET_FUNCTION(_PyObject_CAST(func)) macro
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dmethodobject.h40 static inline PyCFunction PyCFunction_GET_FUNCTION(PyObject *func) { in PyCFunction_GET_FUNCTION() function
44 # define PyCFunction_GET_FUNCTION(func) PyCFunction_GET_FUNCTION(_PyObject_CAST(func)) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dmethodobject.h40 static inline PyCFunction PyCFunction_GET_FUNCTION(PyObject *func) { in PyCFunction_GET_FUNCTION() function
44 # define PyCFunction_GET_FUNCTION(func) PyCFunction_GET_FUNCTION(_PyObject_CAST(func)) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dmethodobject.h40 static inline PyCFunction PyCFunction_GET_FUNCTION(PyObject *func) { in PyCFunction_GET_FUNCTION() function
44 # define PyCFunction_GET_FUNCTION(func) PyCFunction_GET_FUNCTION(_PyObject_CAST(func)) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dmethodobject.h40 static inline PyCFunction PyCFunction_GET_FUNCTION(PyObject *func) { in PyCFunction_GET_FUNCTION() function
44 # define PyCFunction_GET_FUNCTION(func) PyCFunction_GET_FUNCTION(_PyObject_CAST(func)) macro
/aosp_15_r20/external/python/cpython3/Objects/
Dmethodobject.c125 return PyCFunction_GET_FUNCTION(op); in PyCFunction_GetFunction()
409 return (funcptr)PyCFunction_GET_FUNCTION(func); in cfunction_enter_call()
537 PyCFunction meth = PyCFunction_GET_FUNCTION(func); in cfunction_call()
Dtypeobject.c5101 PyCFunction_GET_FUNCTION(getstate) == object___getstate__) in object_getstate()
8422 PyCFunction_GET_FUNCTION(descr) == in update_one_slot()
/aosp_15_r20/external/python/cpython2/Include/
Dmethodobject.h29 #define PyCFunction_GET_FUNCTION(func) \ macro
/aosp_15_r20/external/python/cpython2/Objects/
Dmethodobject.c74 PyCFunction meth = PyCFunction_GET_FUNCTION(func); in PyCFunction_Call()
Dtypeobject.c6355 PyCFunction_GET_FUNCTION(descr) ==
/aosp_15_r20/external/python/cpython3/Python/
Dspecialize.c1537 if (PyCFunction_GET_FUNCTION(callable) == NULL) { in specialize_c_call()
Dceval.c5018 PyCFunction cfunc = PyCFunction_GET_FUNCTION(callable);
5052 PyCFunction cfunc = PyCFunction_GET_FUNCTION(callable);
5095 PyCFunction_GET_FUNCTION(callable);
/aosp_15_r20/external/python/cpython2/Python/
Dceval.c4353 PyCFunction meth = PyCFunction_GET_FUNCTION(func); in call_function()
/aosp_15_r20/external/webp/swig/
H A Dlibwebp_python_wrap.c1711 PyCFunction meth = PyCFunction_GET_FUNCTION(destroy); in SwigPyObject_dealloc()
/aosp_15_r20/external/marisa-trie/bindings/python/
H A Dmarisa-swig_wrap.cxx1583 PyCFunction meth = PyCFunction_GET_FUNCTION(destroy); in SwigPyObject_dealloc()