Home
last modified time | relevance | path

Searched refs:Xxo_Type (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Modules/
Dxxlimited.c64 PyObject *Xxo_Type; // Xxo class member
88 self = PyObject_GC_New(XxoObject, (PyTypeObject*)state->Xxo_Type); in newXxoObject()
318 state->Xxo_Type = PyType_FromModuleAndSpec(m, &Xxo_Type_spec, NULL); in xx_modexec()
319 if (state->Xxo_Type == NULL) { in xx_modexec()
322 if (PyModule_AddType(m, (PyTypeObject*)state->Xxo_Type) < 0) { in xx_modexec()
352 Py_VISIT(state->Xxo_Type); in xx_traverse()
361 Py_CLEAR(state->Xxo_Type); in xx_clear()
Dxxmodule.c26 static PyTypeObject Xxo_Type; variable
28 #define XxoObject_Check(v) Py_IS_TYPE(v, &Xxo_Type)
34 self = PyObject_New(XxoObject, &Xxo_Type); in newXxoObject()
100 static PyTypeObject Xxo_Type = { variable
361 if (PyType_Ready(&Xxo_Type) < 0) in xx_exec()
Dxxlimited_35.c21 static PyObject *Xxo_Type; variable
23 #define XxoObject_Check(v) Py_IS_TYPE(v, Xxo_Type)
29 self = PyObject_GC_New(XxoObject, (PyTypeObject*)Xxo_Type); in newXxoObject()
251 Xxo_Type = PyType_FromSpec(&Xxo_Type_spec); in xx_modexec()
252 if (Xxo_Type == NULL) in xx_modexec()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2348 Modules/xxmodule.c - Xxo_Type -
2372 Modules/xxlimited.c - Xxo_Type -