Searched refs:FT_NUM_MEMBERS (Results 1 – 5 of 5) sorted by relevance
413 static struct type *ftypes[FT_NUM_MEMBERS]; /* Fundamental types */559 if (typeid < 0 || typeid >= FT_NUM_MEMBERS) in dwarf_fundamental_type()1899 memset (ftypes, 0, FT_NUM_MEMBERS * sizeof (struct type *)); in read_file_scope()
1782 if (typeid < 0 || typeid >= FT_NUM_MEMBERS) in lookup_fundamental_type()1792 nbytes = FT_NUM_MEMBERS * sizeof (struct type *); in lookup_fundamental_type()1796 OBJSTAT (objfile, n_types += FT_NUM_MEMBERS); in lookup_fundamental_type()
68 #define FT_NUM_MEMBERS 29 /* Highest FT_* above, plus one. */ macro
303 struct type *ftypes[FT_NUM_MEMBERS]; /* Fundamental types */2789 memset (cu->ftypes, 0, FT_NUM_MEMBERS * sizeof (struct type *)); in read_file_scope()8500 if (typeid < 0 || typeid >= FT_NUM_MEMBERS) in dwarf2_fundamental_type()
644 * gdbtypes.h (FT_NUM_MEMBERS): Increment, new types added.