Lines Matching defs:func
16 #define _PyCFunctionObject_CAST(func) \ argument
24 PyCFunctionObject func; member
28 #define _PyCMethodObject_CAST(func) \ argument
40 static inline PyCFunction PyCFunction_GET_FUNCTION(PyObject *func) { in PyCFunction_GET_FUNCTION()
44 # define PyCFunction_GET_FUNCTION(func) PyCFunction_GET_FUNCTION(_PyObject_CAST(func)) argument
48 PyCFunctionObject *func = _PyCFunctionObject_CAST(func_obj); in PyCFunction_GET_SELF() local
55 # define PyCFunction_GET_SELF(func) PyCFunction_GET_SELF(_PyObject_CAST(func)) argument
58 static inline int PyCFunction_GET_FLAGS(PyObject *func) { in PyCFunction_GET_FLAGS()
62 # define PyCFunction_GET_FLAGS(func) PyCFunction_GET_FLAGS(_PyObject_CAST(func)) argument
66 PyCFunctionObject *func = _PyCFunctionObject_CAST(func_obj); in PyCFunction_GET_CLASS() local
73 # define PyCFunction_GET_CLASS(func) PyCFunction_GET_CLASS(_PyObject_CAST(func)) argument