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

  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.h 1843 extern void allocate_cplus_struct_type (struct type *);
1850 #define ALLOCATE_CPLUS_STRUCT_TYPE(type) allocate_cplus_struct_type (type)
  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.h 1849 extern void allocate_cplus_struct_type (struct type *);
1856 #define ALLOCATE_CPLUS_STRUCT_TYPE(type) allocate_cplus_struct_type (type)

Completed in 27 milliseconds