Searched refs:type_to_type_object (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-type.c176 gdbpy_ref<> arg (type_to_type_object (type));
250 arg.reset (type_to_type_object (type->field (field).type ()));
331 type_holder.reset (type_to_type_object (checked_type));
447 return type_to_type_object (type);
537 return type_to_type_object (array);
571 return type_to_type_object (type);
636 return type_to_type_object (type);
652 return type_to_type_object (TYPE_TARGET_TYPE (type));
670 return type_to_type_object (type);
688 return type_to_type_object (typ
1359 type_to_type_object (struct type *type) function
[all...]
H A Dpy-finishbreakpoint.c261 self_bpfinish->return_type = type_to_type_object (ret_type);
H A Dpy-lazy-string.c227 str_obj->type = type_to_type_object (type);
H A Dpy-xmethods.c127 gdbpy_ref<> py_type (type_to_type_object (obj_type));
H A Dpy-symbol.c81 return type_to_type_object (SYMBOL_TYPE (symbol));
H A Dpython-internal.h460 PyObject *type_to_type_object (struct type *);
H A Dpy-value.c373 obj->type = type_to_type_object (value_type (obj->value));
439 obj->dynamic_type = type_to_type_object (type);
H A Dpython.c1503 gdbpy_ref<> type_obj (type_to_type_object (type));
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-type.c153 gdbpy_ref<> arg (type_to_type_object (type));
223 arg.reset (type_to_type_object (type->field (field).type ()));
304 type_holder.reset (type_to_type_object (checked_type));
462 return type_to_type_object (type);
553 return type_to_type_object (array);
587 return type_to_type_object (type);
659 return type_to_type_object (type);
675 return type_to_type_object (type->target_type ());
693 return type_to_type_object (type);
711 return type_to_type_object (typ
1381 type_to_type_object (struct type *type) function
[all...]
H A Dpy-lazy-string.c227 str_obj->type = type_to_type_object (type);
H A Dpy-arch.c319 return type_to_type_object (type);
H A Dpy-symbol.c100 return type_to_type_object (symbol->type ());
H A Dpy-xmethods.c127 gdbpy_ref<> py_type (type_to_type_object (obj_type));
H A Dpython-internal.h443 PyObject *type_to_type_object (struct type *);
H A Dpy-value.c394 obj->type = type_to_type_object (value_type (obj->value));
460 obj->dynamic_type = type_to_type_object (type);
H A Dpython.c1711 gdbpy_ref<> type_obj (type_to_type_object (type));

Completed in 140 milliseconds