Searched refs:type_object (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-type.c32 struct type_object struct
40 struct type_object *prev;
41 struct type_object *next;
45 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF ("type_object");
67 type_object *source;
137 struct type *type = ((type_object *) self)->type;
289 struct type *type = ((type_object *) py_type)->type;
332 struct type *type = ((type_object *) self)->type;
369 struct type *type = ((type_object *) self)->type;
388 struct type *type = ((type_object *) sel
1119 static const registry<objfile>::key<type_object, typy_deleter> variable
[all...]
H A Dpy-value.c869 gdbpy_ref<> type_object (PyObject_GetAttrString (field, "parent_type"));
872 if (type_object == NULL)
875 parent_type = type_object_to_type (type_object.get ());
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-type.c41 } type_object; typedef in typeref:struct:pyty_type_object
44 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF ("type_object");
160 struct type *type = ((type_object *) self)->type;
316 struct type *type = ((type_object *) py_type)->type;
359 struct type *type = ((type_object *) self)->type;
396 struct type *type = ((type_object *) self)->type;
407 struct type *type = ((type_object *) self)->type;
424 struct type *type = ((type_object *) self)->type;
436 struct type *type = ((type_object *) self)->type;
496 struct type *type = ((type_object *) sel
[all...]
H A Dpy-value.c830 gdbpy_ref<> type_object (PyObject_GetAttrString (field, "parent_type"));
833 if (type_object == NULL)
836 parent_type = type_object_to_type (type_object.get ());

Completed in 130 milliseconds