Searched refs:PyType_HasFeature (Results 1 – 16 of 16) sorted by relevance
/prebuilts/build-tools/common/py3-headers/Include/cpython/ |
D | longintrepr.h | 123 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/ |
D | object.h | 763 PyType_HasFeature(PyTypeObject *type, unsigned long feature) in PyType_HasFeature() function 775 #define PyType_FastSubclass(type, flag) PyType_HasFeature(type, flag)
|
D | objimpl.h | 161 #define PyType_IS_GC(t) PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
|
/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | object.h | 763 PyType_HasFeature(PyTypeObject *type, unsigned long feature) in PyType_HasFeature() function 775 #define PyType_FastSubclass(type, flag) PyType_HasFeature(type, flag)
|
D | objimpl.h | 161 #define PyType_IS_GC(t) PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
|
/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | object.h | 763 PyType_HasFeature(PyTypeObject *type, unsigned long feature) in PyType_HasFeature() function 775 #define PyType_FastSubclass(type, flag) PyType_HasFeature(type, flag)
|
D | objimpl.h | 161 #define PyType_IS_GC(t) PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
|
/prebuilts/clang/host/linux-x86/clang-r547379/python3/include/python3.11/ |
D | object.h | 763 PyType_HasFeature(PyTypeObject *type, unsigned long feature) in PyType_HasFeature() function 775 #define PyType_FastSubclass(type, flag) PyType_HasFeature(type, flag)
|
D | objimpl.h | 161 #define PyType_IS_GC(t) PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
|
/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/ |
D | pycore_call.h | 44 if (!PyType_HasFeature(tp, Py_TPFLAGS_HAVE_VECTORCALL)) { in _PyVectorcall_FunctionInline()
|
/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/ |
D | pycore_call.h | 44 if (!PyType_HasFeature(tp, Py_TPFLAGS_HAVE_VECTORCALL)) { in _PyVectorcall_FunctionInline()
|
/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/ |
D | pycore_call.h | 44 if (!PyType_HasFeature(tp, Py_TPFLAGS_HAVE_VECTORCALL)) { in _PyVectorcall_FunctionInline()
|
/prebuilts/build-tools/common/py3-headers/Include/ |
D | objimpl.h | 157 #define PyType_IS_GC(t) PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
|
D | object.h | 1228 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/ |
D | pycore_call.h | 44 if (!PyType_HasFeature(tp, Py_TPFLAGS_HAVE_VECTORCALL)) { in _PyVectorcall_FunctionInline()
|
/prebuilts/build-tools/common/py3-headers/Include/internal/ |
D | pycore_call.h | 120 if (!PyType_HasFeature(tp, Py_TPFLAGS_HAVE_VECTORCALL)) { in _PyVectorcall_FunctionInline()
|