Lines Matching refs:hash_set
25 class hash_set
29 explicit hash_set (size_t n = 13, bool ggc = false CXX_MEM_STAT_INFO)
34 static hash_set *
37 hash_set *set = ggc_alloc<hash_set> (); in create_ggc()
38 new (set) hash_set (n, true); in create_ggc()
123 template<typename T, typename U> friend void gt_ggc_mx (hash_set<T, U> *);
124 template<typename T, typename U> friend void gt_pch_nx (hash_set<T, U> *);
125 …template<typename T, typename U> friend void gt_pch_nx (hash_set<T, U> *, gt_pointer_operator, voi…
142 debug_helper (hash_set<T> &ref) in debug_helper()
144 for (typename hash_set<T>::iterator it = ref.begin (); in debug_helper()
153 template void debug_helper (hash_set<T> &); \
155 debug (hash_set<T> &ref) \
160 debug (hash_set<T> *ptr) \
172 gt_ggc_mx (hash_set<K, H> *h) in gt_ggc_mx()
179 gt_pch_nx (hash_set<K, H> *h) in gt_pch_nx()
186 gt_pch_nx (hash_set<K, H> *h, gt_pointer_operator op, void *cookie) in gt_pch_nx()