Searched refs:basic_type (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dmips-tfile.c997 bt_t basic_type; /* bt_Struct, bt_Union, or bt_Enum */
1122 bt_t basic_type; /* basic type */
2049 aux.ti.bt = (int) t->basic_type;
2071 || t->basic_type == bt_Struct
2072 || t->basic_type == bt_Union
2073 || t->basic_type == bt_Enum
2138 if (t->basic_type == bt_Struct
2139 || t->basic_type == bt_Union
2140 || t->basic_type == bt_Enum)
2201 bt_t basic_type) /* bt_Struc
990 bt_t basic_type; /* bt_Struct, bt_Union, or bt_Enum */ member in struct:tag
1115 bt_t basic_type; /* basic type */ member in struct:type_info
2179 get_tag(const char *tag_start, const char *tag_end_p1, symint_t indx, bt_t basic_type) argument
[all...]
H A Dmips-tdump.c444 bt_t basic_type;
464 basic_type = (bt_t) u.ti.bt;
476 switch (basic_type)
614 sprintf (p1, "Unknown basic type %d", (int) basic_type);
436 bt_t basic_type; local
/freebsd-9.3-release/contrib/binutils/gas/
H A Decoff.c887 bt_t basic_type; /* bt_Struct, bt_Union, or bt_Enum */
1062 bt_t basic_type; /* basic type */
1430 static tag_t *get_tag (const char *tag, localsym_t *sym, bt_t basic_type);
1871 aux.ti.bt = (int) t->basic_type;
1892 || t->basic_type == bt_Struct
1893 || t->basic_type == bt_Union
1894 || t->basic_type == bt_Enum
1959 if (t->basic_type == bt_Struct
1960 || t->basic_type == bt_Union
1961 || t->basic_type
885 bt_t basic_type; /* bt_Struct, bt_Union, or bt_Enum */ member in struct:tag
1060 bt_t basic_type; /* basic type */ member in struct:type_info
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Decoff.c1062 unsigned int basic_type;
1084 basic_type = u.ti.bt;
1094 switch (basic_type)
1229 sprintf (p1, _("Unknown basic type %d"), (int) basic_type);
1059 unsigned int basic_type; local

Completed in 82 milliseconds