Searched refs:arch_float_type (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | f-lang.c | 314 = arch_float_type (gdbarch, gdbarch_float_bit (gdbarch), in build_fortran_types() 317 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch), in build_fortran_types() 320 = arch_float_type (gdbarch, gdbarch_long_double_bit (gdbarch), in build_fortran_types()
|
H A D | go-lang.c | 637 = arch_float_type (gdbarch, 32, "float32", NULL); in build_go_types() 639 = arch_float_type (gdbarch, 64, "float64", NULL); in build_go_types()
|
H A D | target-descriptions.c | 650 return arch_float_type (gdbarch, -1, "builtin_type_ieee_single", in tdesc_gdb_type() 654 return arch_float_type (gdbarch, -1, "builtin_type_ieee_double", in tdesc_gdb_type() 658 return arch_float_type (gdbarch, -1, "builtin_type_arm_ext", in tdesc_gdb_type() 662 return arch_float_type (gdbarch, -1, "builtin_type_i387_ext", in tdesc_gdb_type()
|
H A D | opencl-lang.c | 1200 = arch_float_type (gdbarch, 16, "half", floatformats_ieee_half); in build_opencl_types() 1203 = arch_float_type (gdbarch, 32, "float", floatformats_ieee_single); in build_opencl_types() 1206 = arch_float_type (gdbarch, 64, "double", floatformats_ieee_double); in build_opencl_types()
|
H A D | m2-lang.c | 409 = arch_float_type (gdbarch, gdbarch_float_bit (gdbarch), "REAL", NULL); in build_m2_types()
|
H A D | jv-lang.c | 1221 = arch_float_type (gdbarch, 32, "float", NULL); in build_java_types() 1223 = arch_float_type (gdbarch, 64, "double", NULL); in build_java_types()
|
H A D | gdbtypes.c | 3631 arch_float_type (struct gdbarch *gdbarch, in arch_float_type() function 3839 = arch_float_type (gdbarch, gdbarch_float_bit (gdbarch), in gdbtypes_post_init() 3842 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch), in gdbtypes_post_init() 3845 = arch_float_type (gdbarch, gdbarch_long_double_bit (gdbarch), in gdbtypes_post_init()
|
H A D | gdbtypes.h | 1443 extern struct type *arch_float_type (struct gdbarch *, int, char *,
|
H A D | ada-lang.c | 12660 = arch_float_type (gdbarch, gdbarch_float_bit (gdbarch), in ada_language_arch_info() 12663 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch), in ada_language_arch_info() 12669 = arch_float_type (gdbarch, gdbarch_double_bit (gdbarch), in ada_language_arch_info()
|