Home
last modified time | relevance | path

Searched refs:PyCFunction_GET_FLAGS (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/cpython/
Dmethodobject.h58 static inline int PyCFunction_GET_FLAGS(PyObject *func) { in PyCFunction_GET_FLAGS() function
62 # define PyCFunction_GET_FLAGS(func) PyCFunction_GET_FLAGS(_PyObject_CAST(func)) macro
/third_party/python/Objects/
Dmethodobject.c145 return PyCFunction_GET_FLAGS(op); in PyCFunction_GetFlags()
529 int flags = PyCFunction_GET_FLAGS(func); in cfunction_call()
/third_party/python/Python/
Dspecialize.c1540 switch (PyCFunction_GET_FLAGS(callable) & in specialize_c_call()
1583 builtin_call_fail_kind(PyCFunction_GET_FLAGS(callable))); in specialize_c_call()
Dceval.c5015 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) !=
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c1496 flags = PyCFunction_GET_FLAGS(data->destroy); in SwigPyClientData_New()