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

  /src/external/gpl3/gdb/dist/gdb/python/
py-type.c 1085 const auto type = type_object_to_type (self);
1114 current_language->print_type (type_object_to_type (self), "",
1133 struct type *type1 = type_object_to_type (self);
1134 struct type *type2 = type_object_to_type (other);
1487 type_object_to_type (PyObject *obj)
1484 type_object_to_type (PyObject *obj) function
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-type.c 1085 const auto type = type_object_to_type (self);
1114 current_language->print_type (type_object_to_type (self), "",
1133 struct type *type1 = type_object_to_type (self);
1134 struct type *type2 = type_object_to_type (other);
1484 type_object_to_type (PyObject *obj)
1481 type_object_to_type (PyObject *obj) function

Completed in 36 milliseconds