/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | hash-set.h | 41 : m_table (n, ggc, true, GATHER_STATISTICS, HASH_SET_ORIGIN PASS_MEM_STAT) {} in m_table() function 58 Key *e = m_table.find_slot_with_hash (k, Traits::hash (k), INSERT); in add() 71 return (m_table.find_slot_with_hash (k, Traits::hash (k), NO_INSERT) in contains() 73 Key &e = m_table.find_with_hash (k, Traits::hash (k)); in contains() 79 m_table.remove_elt_with_hash (k, Traits::hash (k)); in remove() 88 for (typename hash_table<Traits, Lazy>::iterator iter = m_table.begin (); in traverse() 89 iter != m_table.end (); ++iter) in traverse() 95 size_t elements () const { return m_table.elements (); } in elements() 99 void empty () { m_table.empty (); } in empty() 102 bool is_empty () const { return m_table.is_empty (); } in is_empty() [all …]
|
H A D | hash-map.h | 142 : m_table (n, ggc, sanitize_eq_and_hash, gather_mem_stats, in class() 151 : m_table (h.m_table, ggc, sanitize_eq_and_hash, gather_mem_stats, in class() 170 hash_entry *e = m_table.find_slot_with_hash (k, Traits::hash (k), in class() 189 hash_entry &e = m_table.find_with_hash (k, Traits::hash (k)); in class() 199 hash_entry *e = m_table.find_slot_with_hash (k, Traits::hash (k), in class() 216 m_table.remove_elt_with_hash (k, Traits::hash (k)); in class() 227 for (typename hash_table<hash_entry>::iterator iter = m_table.begin (); in class() 228 iter != m_table.end (); ++iter) in class() 237 for (typename hash_table<hash_entry>::iterator iter = m_table.begin (); in class() 238 iter != m_table.end (); ++iter) in class() [all …]
|
H A D | input.h | 280 hash_map <location_hash, string_concat *> *m_table; in class() local
|
H A D | input.cc | 1430 m_table = hash_map <location_hash, string_concat *>::create_ggc (64); in string_concat_db() 1452 m_table->put (key_loc, concat); in record_string_concatenation() 1477 string_concat **concat = m_table->get (key_loc); in get_string_concatenation()
|
H A D | ChangeLog-2019 | 26074 * hash-set.h: Pass new default argument to m_table. 31719 hash_set::m_table): Add Lazy to template params of hash_table.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | hash-set.h | 41 : m_table (n, ggc, true, GATHER_STATISTICS, HASH_SET_ORIGIN PASS_MEM_STAT) {} in m_table() function 58 Key *e = m_table.find_slot_with_hash (k, Traits::hash (k), INSERT); in add() 71 return (m_table.find_slot_with_hash (k, Traits::hash (k), NO_INSERT) in contains() 73 Key &e = m_table.find_with_hash (k, Traits::hash (k)); in contains() 79 m_table.remove_elt_with_hash (k, Traits::hash (k)); in remove() 88 for (typename hash_table<Traits, Lazy>::iterator iter = m_table.begin (); in traverse() 89 iter != m_table.end (); ++iter) in traverse() 95 size_t elements () const { return m_table.elements (); } in elements() 99 void empty () { m_table.empty (); } in empty() 102 bool is_empty () const { return m_table.is_empty (); } in is_empty() [all …]
|
H A D | hash-map.h | 138 : m_table (n, ggc, sanitize_eq_and_hash, gather_mem_stats, in class() 147 : m_table (h.m_table, ggc, sanitize_eq_and_hash, gather_mem_stats, in class() 166 hash_entry *e = m_table.find_slot_with_hash (k, Traits::hash (k), in class() 184 hash_entry &e = m_table.find_with_hash (k, Traits::hash (k)); in class() 194 hash_entry *e = m_table.find_slot_with_hash (k, Traits::hash (k), in class() 211 m_table.remove_elt_with_hash (k, Traits::hash (k)); in class() 221 for (typename hash_table<hash_entry>::iterator iter = m_table.begin (); in class() 222 iter != m_table.end (); ++iter) in class() 230 for (typename hash_table<hash_entry>::iterator iter = m_table.begin (); in class() 231 iter != m_table.end (); ++iter) in class() [all …]
|
H A D | input.h | 212 hash_map <location_hash, string_concat *> *m_table; in class() local
|
H A D | input.c | 1279 m_table = hash_map <location_hash, string_concat *>::create_ggc (64); in string_concat_db() 1296 m_table->put (key_loc, concat); in record_string_concatenation() 1317 string_concat **concat = m_table->get (key_loc); in get_string_concatenation()
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2020 | 4867 <m_table>: Now htab_up.
|