Searched refs:FT_INTEGER (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | dwarfread.c | 803 utypep = dwarf_fundamental_type (current_objfile, FT_INTEGER); in alloc_utype() 1182 typep = dwarf_fundamental_type (current_objfile, FT_INTEGER); in decode_array_element_type() 1210 typep = dwarf_fundamental_type (current_objfile, FT_INTEGER); in decode_array_element_type() 1300 nexttype = dwarf_fundamental_type (current_objfile, FT_INTEGER); in decode_subscript_data_item() 1316 nexttype = dwarf_fundamental_type (current_objfile, FT_INTEGER); in decode_subscript_data_item() 1324 nexttype = dwarf_fundamental_type (current_objfile, FT_INTEGER); in decode_subscript_data_item() 1478 indextype = dwarf_fundamental_type (current_objfile, FT_INTEGER); in read_tag_string_type() 3191 typep = dwarf_fundamental_type (current_objfile, FT_INTEGER); in decode_modified_type() 3303 typep = dwarf_fundamental_type (current_objfile, FT_INTEGER); in decode_fund_type() 3366 typep = dwarf_fundamental_type (current_objfile, FT_INTEGER); in decode_fund_type()
|
| D | coffread.c | 1566 FT_INTEGER); in process_coff_symbol() 1591 lookup_fundamental_type (current_objfile, FT_INTEGER); in process_coff_symbol() 1726 index_type = lookup_fundamental_type (current_objfile, FT_INTEGER); in decode_type() 1804 return lookup_fundamental_type (current_objfile, FT_INTEGER); in decode_base_type()
|
| D | p-lang.c | 326 case FT_INTEGER: in pascal_create_fundamental_type()
|
| D | m2-lang.c | 260 case FT_INTEGER: in m2_create_fundamental_type()
|
| D | c-lang.c | 264 case FT_INTEGER: in c_create_fundamental_type()
|
| D | f-lang.c | 302 case FT_INTEGER: in f_create_fundamental_type()
|
| D | gdbtypes.h | 46 #define FT_INTEGER 8 macro
|
| D | jv-lang.c | 963 case FT_INTEGER: in java_create_fundamental_type()
|
| D | objc-lang.c | 502 case FT_INTEGER: in objc_create_fundamental_type()
|
| D | dwarf2read.c | 3417 index_type = dwarf2_fundamental_type (objfile, FT_INTEGER, cu); in read_array_type() 3828 index_type = dwarf2_fundamental_type (objfile, FT_INTEGER, cu); in read_tag_string_type()
|
| D | hpread.c | 2915 return FT_INTEGER; in hpread_type_translate()
|
| D | ada-lang.c | 8174 case FT_INTEGER: in ada_create_fundamental_type()
|
| /freebsd-12-stable/contrib/gdb/gdb/doc/ |
| D | gdbint.texinfo | 1727 an @code{FT_INTEGER} fundamental type. The difference is that the
|