Searched refs:ftypes (Results 1 – 2 of 2) sorted by relevance
413 static struct type *ftypes[FT_NUM_MEMBERS]; /* Fundamental types */ variable568 if (ftypes[typeid] == NULL) in dwarf_fundamental_type()570 ftypes[typeid] = cu_language_defn->la_fund_type (objfile, typeid); in dwarf_fundamental_type()573 return (ftypes[typeid]); in dwarf_fundamental_type()1899 memset (ftypes, 0, FT_NUM_MEMBERS * sizeof (struct type *)); in read_file_scope()
307 struct type *ftypes[FT_NUM_MEMBERS]; /* Fundamental types */ member2806 memset (cu->ftypes, 0, FT_NUM_MEMBERS * sizeof (struct type *)); in read_file_scope()8572 if (cu->ftypes[typeid] == NULL) in dwarf2_fundamental_type()8574 cu->ftypes[typeid] = cu->language_defn->la_fund_type (objfile, typeid); in dwarf2_fundamental_type()8577 return (cu->ftypes[typeid]); in dwarf2_fundamental_type()