Home
last modified time | relevance | path

Searched refs:PyType_HasFeature (Results 1 – 16 of 16) sorted by relevance

/prebuilts/build-tools/common/py3-headers/Include/cpython/
Dlongintrepr.h123 assert(PyType_HasFeature((op)->ob_base.ob_type, Py_TPFLAGS_LONG_SUBCLASS)); in _PyLong_IsCompact()
133 assert(PyType_HasFeature((op)->ob_base.ob_type, Py_TPFLAGS_LONG_SUBCLASS)); in _PyLong_CompactValue()
/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dobject.h763 PyType_HasFeature(PyTypeObject *type, unsigned long feature) in PyType_HasFeature() function
775 #define PyType_FastSubclass(type, flag) PyType_HasFeature(type, flag)
Dobjimpl.h161 #define PyType_IS_GC(t) PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dobject.h763 PyType_HasFeature(PyTypeObject *type, unsigned long feature) in PyType_HasFeature() function
775 #define PyType_FastSubclass(type, flag) PyType_HasFeature(type, flag)
Dobjimpl.h161 #define PyType_IS_GC(t) PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dobject.h763 PyType_HasFeature(PyTypeObject *type, unsigned long feature) in PyType_HasFeature() function
775 #define PyType_FastSubclass(type, flag) PyType_HasFeature(type, flag)
Dobjimpl.h161 #define PyType_IS_GC(t) PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
/prebuilts/clang/host/linux-x86/clang-r547379/python3/include/python3.11/
Dobject.h763 PyType_HasFeature(PyTypeObject *type, unsigned long feature) in PyType_HasFeature() function
775 #define PyType_FastSubclass(type, flag) PyType_HasFeature(type, flag)
Dobjimpl.h161 #define PyType_IS_GC(t) PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_call.h44 if (!PyType_HasFeature(tp, Py_TPFLAGS_HAVE_VECTORCALL)) { in _PyVectorcall_FunctionInline()
/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_call.h44 if (!PyType_HasFeature(tp, Py_TPFLAGS_HAVE_VECTORCALL)) { in _PyVectorcall_FunctionInline()
/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_call.h44 if (!PyType_HasFeature(tp, Py_TPFLAGS_HAVE_VECTORCALL)) { in _PyVectorcall_FunctionInline()
/prebuilts/build-tools/common/py3-headers/Include/
Dobjimpl.h157 #define PyType_IS_GC(t) PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
Dobject.h1228 PyType_HasFeature(PyTypeObject *type, unsigned long feature) in PyType_HasFeature() function
1244 #define PyType_FastSubclass(type, flag) PyType_HasFeature((type), (flag))
/prebuilts/clang/host/linux-x86/clang-r547379/python3/include/python3.11/internal/
Dpycore_call.h44 if (!PyType_HasFeature(tp, Py_TPFLAGS_HAVE_VECTORCALL)) { in _PyVectorcall_FunctionInline()
/prebuilts/build-tools/common/py3-headers/Include/internal/
Dpycore_call.h120 if (!PyType_HasFeature(tp, Py_TPFLAGS_HAVE_VECTORCALL)) { in _PyVectorcall_FunctionInline()