Searched refs:fld_incomplete_types (Results 1 – 3 of 3) sorted by relevance
180 static hash_map<tree, tree> *fld_incomplete_types; variable268 fld_incomplete_types, fld); in fld_incomplete_type_of()276 = fld_incomplete_types->get_or_insert (t, &existed); in fld_incomplete_type_of()1094 fld_incomplete_types = new hash_map<tree, tree>; in free_lang_data()1151 delete fld_incomplete_types; in free_lang_data()
6615 (fld_incomplete_types): New hash.
5323 static hash_map<tree, tree> *fld_incomplete_types; variable5411 fld_incomplete_types, fld); in fld_incomplete_type_of()5419 = fld_incomplete_types->get_or_insert (t, &existed); in fld_incomplete_type_of()6344 fld_incomplete_types = new hash_map<tree, tree>; in free_lang_data()6401 delete fld_incomplete_types; in free_lang_data() local