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

  /src/external/gpl3/gdb/dist/gdb/python/
py-type.c 103 Py_TYPE (obj)->tp_free (obj);
287 PyObject *py_type = self;
288 struct type *type = ((type_object *) py_type)->type;
306 py_type = type_holder.get ();
308 gdbpy_ref<> iter (typy_make_iter (py_type, kind));
1103 return PyUnicode_FromFormat ("<%s code=%s name=%U>", Py_TYPE (self)->tp_name,
1236 Py_TYPE (type)->tp_free (type);
1455 Py_TYPE (obj)->tp_free (obj);
285 PyObject *py_type = self; local
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-type.c 103 Py_TYPE (obj)->tp_free (obj);
287 PyObject *py_type = self;
288 struct type *type = ((type_object *) py_type)->type;
306 py_type = type_holder.get ();
308 gdbpy_ref<> iter (typy_make_iter (py_type, kind));
1103 return PyUnicode_FromFormat ("<%s code=%s name=%U>", Py_TYPE (self)->tp_name,
1237 Py_TYPE (type)->tp_free (type);
1456 Py_TYPE (obj)->tp_free (obj);
285 PyObject *py_type = self; local

Completed in 30 milliseconds