Home
last modified time | relevance | path

Searched refs:attached_map_t (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc2704 typedef hash_map<tree, auto_vec<tree>> attached_map_t; typedef
2705 static attached_map_t *attached_table;
18588 attached_table = new attached_map_t (EXPERIMENT (1, 400)); in maybe_attach_decl()
18905 attached_table = new attached_map_t (EXPERIMENT (1, 400)); in direct_import()
H A DChangeLog-20214271 (typedef attached_map_t): A hash map.
4272 (attached_table): Use attached_map_t. Adjust uses ...