Searched refs:basic_type (Results 1 – 2 of 2) sorted by relevance
885 bt_t basic_type; /* bt_Struct, bt_Union, or bt_Enum */ member1060 bt_t basic_type; /* basic type */ member1426 static tag_t *get_tag (const char *tag, localsym_t *sym, bt_t basic_type);1861 aux.ti.bt = (int) t->basic_type; in add_aux_sym_tir()1882 || t->basic_type == bt_Struct in add_aux_sym_tir()1883 || t->basic_type == bt_Union in add_aux_sym_tir()1884 || t->basic_type == bt_Enum in add_aux_sym_tir()1949 if (t->basic_type == bt_Struct in add_aux_sym_tir()1950 || t->basic_type == bt_Union in add_aux_sym_tir()1951 || t->basic_type == bt_Enum) in add_aux_sym_tir()[all …]
1060 unsigned int basic_type; in ecoff_type_to_string() local1082 basic_type = u.ti.bt; in ecoff_type_to_string()1092 switch (basic_type) in ecoff_type_to_string()1227 sprintf (p1, _("Unknown basic type %d"), (int) basic_type); in ecoff_type_to_string()