Searched refs:type_object_to_type (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-xmethods.c358 struct type *arg_type = type_object_to_type (item.get ());
376 struct type *arg_type = type_object_to_type (py_argtype_list.get ());
396 obj_type = type_object_to_type (m_this_type);
427 this_type = check_typedef (type_object_to_type (m_this_type));
486 *result_type_ptr = type_object_to_type (py_result_type.get ());
512 this_type = check_typedef (type_object_to_type (m_this_type));
H A Dpy-lazy-string.c118 struct type *type = type_object_to_type (self_string->type);
255 struct type *type = type_object_to_type (lazy->type);
H A Dpy-finishbreakpoint.c110 type_object_to_type (self_finishbp->return_type);
H A Dpy-type.c1015 LA_PRINT_TYPE (type_object_to_type (self), "", &thetype, -1, 0,
1033 struct type *type1 = type_object_to_type (self);
1034 struct type *type2 = type_object_to_type (other);
1385 type_object_to_type (PyObject *obj)
1382 type_object_to_type (PyObject *obj) function
H A Dpy-value.c162 type = type_object_to_type (type_obj);
755 type = type_object_to_type (type_obj);
836 parent_type = type_object_to_type (type_object.get ());
893 ftype = type_object_to_type (ftype_obj.get ());
H A Dpython-internal.h490 struct type *type_object_to_type (PyObject *obj);
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-xmethods.c358 struct type *arg_type = type_object_to_type (item.get ());
376 struct type *arg_type = type_object_to_type (py_argtype_list.get ());
396 obj_type = type_object_to_type (m_this_type);
427 this_type = check_typedef (type_object_to_type (m_this_type));
486 *result_type_ptr = type_object_to_type (py_result_type.get ());
512 this_type = check_typedef (type_object_to_type (m_this_type));
H A Dpy-lazy-string.c118 struct type *type = type_object_to_type (self_string->type);
255 struct type *type = type_object_to_type (lazy->type);
H A Dpy-type.c1038 current_language->print_type (type_object_to_type (self), "",
1057 struct type *type1 = type_object_to_type (self);
1058 struct type *type2 = type_object_to_type (other);
1407 type_object_to_type (PyObject *obj)
1404 type_object_to_type (PyObject *obj) function
H A Dpy-value.c187 type = type_object_to_type (type_obj);
794 type = type_object_to_type (type_obj);
875 parent_type = type_object_to_type (type_object.get ());
932 ftype = type_object_to_type (ftype_obj.get ());
H A Dpython-internal.h481 struct type *type_object_to_type (PyObject *obj);

Completed in 111 milliseconds