Searched refs:default_hash_map_size (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dhash-map.h35 const size_t default_hash_map_size = 13; variable
134 explicit hash_map (size_t n = default_hash_map_size, bool ggc = false, argument
151 static hash_map *create_ggc (size_t size = default_hash_map_size, argument
335 size_t size = default_hash_map_size)
359 size_t size = default_hash_map_size)
368 size_t size = default_hash_map_size)
334 hash_map_maybe_create(hash_map<K,V,H> *&h, size_t size = default_hash_map_size) argument
358 hash_map_safe_get_or_insert(hash_map<K,V,H> *&h, const K& k, bool *e = NULL, size_t size = default_hash_map_size) argument
367 hash_map_safe_put(hash_map<K,V,H> *&h, const K& k, const V& v, size_t size = default_hash_map_size) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dhash-map.h35 const size_t default_hash_map_size = 13; variable
138 explicit hash_map (size_t n = default_hash_map_size, bool ggc = false, argument
155 static hash_map *create_ggc (size_t size = default_hash_map_size, argument
346 size_t size = default_hash_map_size)
370 size_t size = default_hash_map_size)
379 size_t size = default_hash_map_size)
345 hash_map_maybe_create(hash_map<K,V,H> *&h, size_t size = default_hash_map_size) argument
369 hash_map_safe_get_or_insert(hash_map<K,V,H> *&h, const K& k, bool *e = NULL, size_t size = default_hash_map_size) argument
378 hash_map_safe_put(hash_map<K,V,H> *&h, const K& k, const V& v, size_t size = default_hash_map_size) argument

Completed in 492 milliseconds