HomeSort by: relevance | last modified time | path
    Searched defs:type_object_type (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/python/
py-type.c 43 extern PyTypeObject type_object_type
1479 type_obj = PyObject_New (type_object, &type_object_type);
1489 if (! PyObject_TypeCheck (obj, &type_object_type))
1532 if (gdbpy_type_ready (&type_object_type) < 0)
1686 PyTypeObject type_object_type =
1681 PyTypeObject type_object_type = variable
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-type.c 43 extern PyTypeObject type_object_type
1476 type_obj = PyObject_New (type_object, &type_object_type);
1486 if (! PyObject_TypeCheck (obj, &type_object_type))
1529 if (PyType_Ready (&type_object_type) < 0)
1543 (PyObject *) &type_object_type) < 0)
1692 PyTypeObject type_object_type =
1687 PyTypeObject type_object_type = variable

Completed in 27 milliseconds