Searched refs:PyCFunction_GET_FLAGS (Results 1 – 5 of 5) 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
145 return PyCFunction_GET_FLAGS(op); in PyCFunction_GetFlags()529 int flags = PyCFunction_GET_FLAGS(func); in cfunction_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) !=
1496 flags = PyCFunction_GET_FLAGS(data->destroy); in SwigPyClientData_New()