Home
last modified time | relevance | path

Searched defs:Py_XINCREF (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dobject.h589 static inline void Py_XINCREF(PyObject *op) in Py_XINCREF() function
596 # define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op)) macro
/aosp_15_r20/external/python/cpython3/Include/
Dobject.h589 static inline void Py_XINCREF(PyObject *op) in Py_XINCREF() function
596 # define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op)) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dobject.h589 static inline void Py_XINCREF(PyObject *op) in Py_XINCREF() function
596 # define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op)) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dobject.h589 static inline void Py_XINCREF(PyObject *op) in Py_XINCREF() function
596 # define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op)) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dobject.h589 static inline void Py_XINCREF(PyObject *op) in Py_XINCREF() function
596 # define Py_XINCREF(op) Py_XINCREF(_PyObject_CAST(op)) macro
/aosp_15_r20/external/python/cpython2/Include/
Dobject.h824 #define Py_XINCREF(op) do { if ((op) == NULL) ; else Py_INCREF(op); } while (0) macro
/aosp_15_r20/external/pytorch/torch/csrc/cuda/
H A DModule.cpp864 Py_XINCREF(observer); in THCPModule_attachOutOfMemoryObserver() local