| D | hash-table.h | 380 explicit hash_table (size_t, bool ggc = false, 385 explicit hash_table (const hash_table &, bool ggc = false, 604 hash_table<Descriptor, Lazy, Allocator>::hash_table (size_t size, bool ggc, in hash_table() argument 611 m_ggc (ggc), m_sanitize_eq_and_hash (sanitize_eq_and_hash) in hash_table() 622 hash_table_usage ().register_descriptor (this, origin, ggc in hash_table() 636 bool ggc, in hash_table() argument 643 m_searches (0), m_collisions (0), m_ggc (ggc), in hash_table() 652 hash_table_usage ().register_descriptor (this, origin, ggc in hash_table()
|