Searched refs:ordered_hash_map (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ordered-hash-map.h | 34 class ordered_hash_map 39 ordered_hash_map () {} in ordered_hash_map() function 41 ordered_hash_map (const ordered_hash_map &other) in ordered_hash_map() function 92 explicit iterator (const ordered_hash_map &map, unsigned idx) : in iterator() 126 = const_cast<ordered_hash_map &> (m_ordered_hash_map).get (k); 147 = const_cast<ordered_hash_map &> (m_ordered_hash_map).get (k); in valid_index_p() 151 const ordered_hash_map &m_ordered_hash_map; 169 void operator= (const ordered_hash_map &); 186 class ordered_hash_map; variable
|
H A D | ordered-hash-map-tests.cc | 60 ordered_hash_map <const char *, int> m; in test_map_of_strings_to_int() 117 ordered_hash_map <int_hash_t, const char *> m; in test_map_of_int_to_strings() 170 ordered_hash_map <const char *, int> m; in test_removal() 213 ordered_hash_map <const char *, int> m; in test_copy_ctor() 221 ordered_hash_map <const char *, int> copy (m); in test_copy_ctor()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ordered-hash-map.h | 34 class ordered_hash_map 39 ordered_hash_map () {} in ordered_hash_map() function 41 ordered_hash_map (const ordered_hash_map &other) in ordered_hash_map() function 92 explicit iterator (const ordered_hash_map &map, unsigned idx) : in iterator() 126 = const_cast<ordered_hash_map &> (m_ordered_hash_map).get (k); 147 = const_cast<ordered_hash_map &> (m_ordered_hash_map).get (k); in valid_index_p() 151 const ordered_hash_map &m_ordered_hash_map; 169 void operator= (const ordered_hash_map &); 186 class ordered_hash_map; variable
|
H A D | ordered-hash-map-tests.cc | 60 ordered_hash_map <const char *, int> m; in test_map_of_strings_to_int() 117 ordered_hash_map <int_hash_t, const char *> m; in test_map_of_int_to_strings() 170 ordered_hash_map <const char *, int> m; in test_removal() 213 ordered_hash_map <const char *, int> m; in test_copy_ctor() 221 ordered_hash_map <const char *, int> copy (m); in test_copy_ctor()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | supergraph.h | 177 typedef ordered_hash_map<basic_block, supernode *> bb_to_node_t; 181 typedef ordered_hash_map<cgraph_edge *, supernode *> cgraph_edge_to_node_t; 185 typedef ordered_hash_map< ::edge, cfg_superedge *> 189 typedef ordered_hash_map<cgraph_edge *, call_superedge *> 193 typedef ordered_hash_map<cgraph_edge *, return_superedge *> 197 typedef ordered_hash_map<cgraph_edge *, superedge *> 201 typedef ordered_hash_map<gimple *, supernode *> stmt_to_node_t;
|
H A D | state-purge.h | 80 typedef ordered_hash_map<tree, state_purge_per_ssa_name *> map_t;
|
H A D | region-model.h | 978 typedef ordered_hash_map<tree, region_id> map_t; 1348 typedef ordered_hash_map<hash_t, region_id> map_t; 1352 typedef ordered_hash_map<int_hash_t, region_id> map_t;
|
H A D | exploded-graph.h | 830 typedef ordered_hash_map<function *, stats *> function_stat_map_t;
|
H A D | engine.cc | 3115 typedef ordered_hash_map<const supernode *, supernode_cluster *> map_t;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | supergraph.h | 192 typedef ordered_hash_map<basic_block, supernode *> bb_to_node_t; 196 typedef ordered_hash_map<cgraph_edge *, supernode *> cgraph_edge_to_node_t; 200 typedef ordered_hash_map< ::edge, cfg_superedge *> 204 typedef ordered_hash_map<cgraph_edge *, call_superedge *> 208 typedef ordered_hash_map<cgraph_edge *, return_superedge *> 212 typedef ordered_hash_map<cgraph_edge *, superedge *> 216 typedef ordered_hash_map<gimple *, supernode *> stmt_to_node_t;
|
H A D | state-purge.h | 80 typedef ordered_hash_map<tree, state_purge_per_ssa_name *> ssa_map_t; 83 typedef ordered_hash_map<tree, state_purge_per_decl *> decl_map_t;
|
H A D | exploded-graph.h | 924 typedef ordered_hash_map<function *, stats *> function_stat_map_t;
|
H A D | engine.cc | 4798 typedef ordered_hash_map<const supernode *, supernode_cluster *> map_t;
|