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

  /src/external/gpl3/gdb/dist/gdb/
mn10300-tdep.c 133 mn10300_use_struct_convention (struct type *type) function
147 return mn10300_use_struct_convention (type->field (0).type ());
163 return mn10300_use_struct_convention (check_typedef (type));
239 if (mn10300_use_struct_convention (type))
  /src/external/gpl3/gdb.old/dist/gdb/
mn10300-tdep.c 133 mn10300_use_struct_convention (struct type *type) function
147 return mn10300_use_struct_convention (type->field (0).type ());
163 return mn10300_use_struct_convention (check_typedef (type));
239 if (mn10300_use_struct_convention (type))

Completed in 24 milliseconds