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

  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.h 1753 /* * The nested types defined by this type. nested_types points to
1756 struct decl_field *nested_types; member in struct:cplus_struct_type
2033 TYPE_CPLUS_SPECIFIC (thistype)->nested_types
2035 TYPE_CPLUS_SPECIFIC (thistype)->nested_types[n]
  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.h 1770 /* * The nested types defined by this type. nested_types points to
1773 struct decl_field *nested_types; member in struct:cplus_struct_type
2050 TYPE_CPLUS_SPECIFIC (thistype)->nested_types
2052 TYPE_CPLUS_SPECIFIC (thistype)->nested_types[n]

Completed in 20 milliseconds