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

  /src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c 1751 thin_descriptor_type (struct type *type)
1776 struct type *data_type = desc_data_target_type (thin_descriptor_type (type));
1810 type = thin_descriptor_type (type);
1837 desc_bounds_type (thin_descriptor_type (type));
1916 return desc_base_type (thin_descriptor_type (type)->field (1).type ());
1746 thin_descriptor_type (struct type *type) function
  /src/external/gpl3/gdb/dist/gdb/
ada-lang.c 1748 thin_descriptor_type (struct type *type)
1773 struct type *data_type = desc_data_target_type (thin_descriptor_type (type));
1807 type = thin_descriptor_type (type);
1835 desc_bounds_type (thin_descriptor_type (type));
1914 return desc_base_type (thin_descriptor_type (type)->field (1).type ());
1743 thin_descriptor_type (struct type *type) function

Completed in 29 milliseconds