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

  /src/external/gpl3/gdb.old/dist/gdb/
sparc-tdep.c 260 sparc_complex_floating_p (const struct type *type)
348 if (sparc_complex_floating_p (type) || sparc_structure_or_union_p (type))
1411 if (sparc_floating_p (type) || sparc_complex_floating_p (type)
1465 if (sparc_floating_p (type) || sparc_complex_floating_p (type))
1557 || sparc_complex_floating_p (type));
258 sparc_complex_floating_p (const struct type *type) function
  /src/external/gpl3/gdb/dist/gdb/
sparc-tdep.c 260 sparc_complex_floating_p (const struct type *type)
348 if (sparc_complex_floating_p (type) || sparc_structure_or_union_p (type))
1411 if (sparc_floating_p (type) || sparc_complex_floating_p (type)
1465 if (sparc_floating_p (type) || sparc_complex_floating_p (type))
1557 || sparc_complex_floating_p (type));
258 sparc_complex_floating_p (const struct type *type) function

Completed in 24 milliseconds