Searched refs:PyCFunction_GET_FLAGS (Results 1 – 13 of 13) sorted by relevance
58 static inline int PyCFunction_GET_FLAGS(PyObject *func) { in PyCFunction_GET_FLAGS() function62 # define PyCFunction_GET_FLAGS(func) PyCFunction_GET_FLAGS(_PyObject_CAST(func)) macro
33 #define PyCFunction_GET_FLAGS(func) \ macro
145 return PyCFunction_GET_FLAGS(op); in PyCFunction_GetFlags()529 int flags = PyCFunction_GET_FLAGS(func); in cfunction_call()
78 switch (PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)) { in PyCFunction_Call()
1540 switch (PyCFunction_GET_FLAGS(callable) & in specialize_c_call()1583 builtin_call_fail_kind(PyCFunction_GET_FLAGS(callable))); in specialize_c_call()
5015 DEOPT_IF(PyCFunction_GET_FLAGS(callable) != METH_O, PRECALL);5048 DEOPT_IF(PyCFunction_GET_FLAGS(callable) != METH_FASTCALL,5087 DEOPT_IF(PyCFunction_GET_FLAGS(callable) !=
4348 int flags = PyCFunction_GET_FLAGS(func); in call_function()
1496 flags = PyCFunction_GET_FLAGS(data->destroy); in SwigPyClientData_New()
1395 flags = PyCFunction_GET_FLAGS(data->destroy); in SwigPyClientData_New()