Searched refs:builtin_type_float (Results 1 – 17 of 17) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | sparc64-tdep.c | 180 { "f0", &builtin_type_float }, 181 { "f1", &builtin_type_float }, 182 { "f2", &builtin_type_float }, 183 { "f3", &builtin_type_float }, 184 { "f4", &builtin_type_float }, 185 { "f5", &builtin_type_float }, 186 { "f6", &builtin_type_float }, 187 { "f7", &builtin_type_float }, 188 { "f8", &builtin_type_float }, 189 { "f9", &builtin_type_float }, [all …]
|
| H A D | c-lang.c | 522 &builtin_type_float, 579 &builtin_type_float,
|
| H A D | gdbtypes.c | 57 struct type *builtin_type_float; variable 3193 builtin_type_float = in build_gdbtypes() 3206 TYPE_FLOATFORMAT (builtin_type_float) = TARGET_FLOAT_FORMAT; in build_gdbtypes() 3226 TYPE_TARGET_TYPE (builtin_type_complex) = builtin_type_float; in build_gdbtypes() 3295 = init_simd_type ("__builtin_v4sf", builtin_type_float, "f", 4); in build_gdbtypes() 3311 builtin_type_v4_float = init_vector_type (builtin_type_float, 4); in build_gdbtypes() 3317 builtin_type_v2_float = init_vector_type (builtin_type_float, 2); in build_gdbtypes() 3391 DEPRECATED_REGISTER_GDBARCH_SWAP (builtin_type_float); in _initialize_gdbtypes()
|
| H A D | p-lang.c | 430 &builtin_type_float,
|
| H A D | printcmd.c | 448 if (len == TYPE_LENGTH (builtin_type_float)) in print_scalar_formatted() 449 type = builtin_type_float; in print_scalar_formatted() 1922 VALUE_TYPE (val_args[nargs]) = builtin_type_float; in printf_command()
|
| H A D | gdbtypes.h | 946 extern struct type *builtin_type_float;
|
| H A D | jv-exp.y | 731 putithere->typed_val_float.type = builtin_type_float;
|
| H A D | sparc-tdep.c | 298 return builtin_type_float; in sparc32_register_type()
|
| H A D | p-exp.y | 826 putithere->typed_val_float.type = builtin_type_float;
|
| H A D | objc-exp.y | 1051 putithere->typed_val_float.type = builtin_type_float;
|
| H A D | c-exp.y | 1106 putithere->typed_val_float.type = builtin_type_float;
|
| H A D | objc-lang.c | 639 &builtin_type_float,
|
| H A D | jv-exp.c | 2102 putithere->typed_val_float.type = builtin_type_float;
|
| H A D | p-exp.c | 2148 putithere->typed_val_float.type = builtin_type_float;
|
| H A D | objc-exp.c | 2693 putithere->typed_val_float.type = builtin_type_float;
|
| H A D | c-exp.c | 2736 putithere->typed_val_float.type = builtin_type_float;
|
| H A D | ada-lang.c | 7979 &builtin_type_float,
|