Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmodule.cc332 typedef hash_map<void *,signed,ptr_int_traits> ptr_int_hash_map; typedef
1448 ptr_int_hash_map identtab; /* Map of IDENTIFIERS to strtab offsets. */
2994 ptr_int_hash_map tree_map; /* Trees to references */
4731 tree_map.~ptr_int_hash_map (); in mark_trees()
4732 new (&tree_map) ptr_int_hash_map (size); in mark_trees()
4753 ptr_int_hash_map::iterator end (tree_map.end ()); in unmark_trees()
4754 for (ptr_int_hash_map::iterator iter (tree_map.begin ()); iter != end; ++iter) in unmark_trees()