Home | History | Annotate | Download | only in Objects

Lines Matching refs:tmptype

2319     PyTypeObject *tmptype;
2330 tmptype = Py_TYPE(tmp);
2331 if (PyType_IsSubtype(winner, tmptype))
2333 if (PyType_IsSubtype(tmptype, winner)) {
2334 winner = tmptype;
2353 PyTypeObject *type = NULL, *base, *tmptype, *winner;
2567 tmptype = (PyTypeObject *)tmp;
2569 tmptype->tp_dictoffset != 0)
2572 tmptype->tp_weaklistoffset != 0)