Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/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
/aosp_15_r20/external/python/cpython3/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/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
/aosp_15_r20/external/python/cpython2/Include/
Dmethodobject.h33 #define PyCFunction_GET_FLAGS(func) \ macro
/aosp_15_r20/external/python/cpython3/Objects/
Dmethodobject.c145 return PyCFunction_GET_FLAGS(op); in PyCFunction_GetFlags()
529 int flags = PyCFunction_GET_FLAGS(func); in cfunction_call()
/aosp_15_r20/external/python/cpython2/Objects/
Dmethodobject.c78 switch (PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)) { in PyCFunction_Call()
/aosp_15_r20/external/python/cpython3/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) !=
/aosp_15_r20/external/python/cpython2/Python/
Dceval.c4348 int flags = PyCFunction_GET_FLAGS(func); in call_function()
/aosp_15_r20/external/webp/swig/
H A Dlibwebp_python_wrap.c1496 flags = PyCFunction_GET_FLAGS(data->destroy); in SwigPyClientData_New()
/aosp_15_r20/external/marisa-trie/bindings/python/
H A Dmarisa-swig_wrap.cxx1395 flags = PyCFunction_GET_FLAGS(data->destroy); in SwigPyClientData_New()