Searched refs:gt_pch_nx (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dhash-set.h101 extern void gt_pch_nx (T &);
102 gt_pch_nx (x);
172 gt_pch_nx (&x, op, cookie);
236 template<typename T, typename U> friend void gt_pch_nx (hash_set<T, U> *);
237 template<typename T, typename U> friend void gt_pch_nx (hash_set<T, U> *, gt_pointer_operator, void *);
253 gt_pch_nx (hash_set<K, H> *h) function
255 gt_pch_nx (&h->m_table);
260 gt_pch_nx (hash_set<K, H> *h, gt_pointer_operator op, void *cookie) function
H A Dstringpool.c232 gt_pch_nx (const char *& x)
238 gt_pch_nx (unsigned char *& x)
244 gt_pch_nx (unsigned char& x ATTRIBUTE_UNUSED)
249 gt_pch_nx (unsigned char *x, gt_pointer_operator op, void *cookie)
231 gt_pch_nx (const char *& x) function
237 gt_pch_nx (unsigned char *& x) function
243 gt_pch_nx (unsigned char& x ATTRIBUTE_UNUSED) function
248 gt_pch_nx (unsigned char *x, gt_pointer_operator op, void *cookie) function
H A Dhash-map.h149 gt_pch_nx (e.m_key);
150 gt_pch_nx (e.m_value);
164 gt_pch_nx (&x, op, cookie);
306 template<typename T, typename U, typename V> friend void gt_pch_nx (hash_map<T, U, V> *);
307 template<typename T, typename U, typename V> friend void gt_pch_nx (hash_map<T, U, V> *, gt_pointer_operator, void *);
323 gt_pch_nx (hash_map<K, V, H> *h) function
325 gt_pch_nx (&h->m_table);
330 gt_pch_nx (hash_map<K, V, H> *h, gt_pointer_operator op, void *cookie) function
H A Dsymbol-summary.h268 template <typename U> friend void gt_pch_nx (function_summary <U *> * const &);
269 template <typename U> friend void gt_pch_nx (function_summary <U *> * const &,
283 gt_pch_nx(function_summary<T *>* const &summary) function
286 gt_pch_nx (&summary->m_map);
291 gt_pch_nx(function_summary<T *>* const& summary, gt_pointer_operator op, function
295 gt_pch_nx (&summary->m_map, op, cookie);
H A Dggc.h312 gt_pch_nx (const char *)
322 gt_pch_nx (int)
327 gt_pch_nx (unsigned int)
310 gt_pch_nx (const char *) function
320 gt_pch_nx (int) function
325 gt_pch_nx (unsigned int) function
H A Dtree-cfg.h29 extern void gt_pch_nx (edge_def *e);
30 extern void gt_pch_nx (edge_def *e, gt_pointer_operator, void *);
H A Dhash-table.h327 extern void gt_pch_nx (T &);
328 gt_pch_nx (p);
356 extern void gt_pch_nx (T &);
357 gt_pch_nx (p);
1237 template<typename T> friend void gt_pch_nx (hash_table<T> *);
1241 gt_pch_nx (hash_map<T, U, V> *, gt_pointer_operator, void *);
1242 template<typename T, typename U> friend void gt_pch_nx (hash_set<T, U> *,
1245 template<typename T> friend void gt_pch_nx (hash_table<T> *,
1736 gt_pch_nx (hash_table<D> *h) function
1753 gt_pch_nx (hash_tabl function
[all...]
H A Dvec.h1114 gt_pch_nx (vec<T, A, vl_embed> *v)
1116 extern void gt_pch_nx (T &);
1118 gt_pch_nx ((*v)[i]);
1123 gt_pch_nx (vec<T *, A, vl_embed> *v, gt_pointer_operator op, void *cookie)
1131 gt_pch_nx (vec<T, A, vl_embed> *v, gt_pointer_operator op, void *cookie)
1133 extern void gt_pch_nx (T *, gt_pointer_operator, void *);
1135 gt_pch_nx (&((*v)[i]), op, cookie);
H A Dtree-cfg.c8807 extern void gt_pch_nx (tree&);
8808 extern void gt_pch_nx (gimple&);
8809 extern void gt_pch_nx (rtx&);
8810 extern void gt_pch_nx (basic_block&);
8813 gt_pch_nx (rtx_insn *& x)
8820 gt_pch_nx (edge_def *e)
8823 gt_pch_nx (e->src);
8824 gt_pch_nx (e->dest);
8826 gt_pch_nx (e->insns.g);
8828 gt_pch_nx (
8812 gt_pch_nx (rtx_insn *& x) function
8819 gt_pch_nx (edge_def *e) function
8832 gt_pch_nx (edge_def *e, gt_pointer_operator op, void *cookie) function
[all...]
H A Dwide-int.cc2149 void gt_pch_nx (widest_int *, void (*) (void *, void *), void *) { }
2150 void gt_pch_nx (widest_int *) { }
H A Dcgraph.h2200 extern void gt_pch_nx (symtab_node *&);
2205 gt_pch_nx (n);
H A Dwide-int.h3044 gt_pch_nx (generic_wide_int <T> *) function
3050 gt_pch_nx (generic_wide_int <T> *, void (*) (void *, void *), void *) function
3062 gt_pch_nx (trailing_wide_ints <N> *) function
3068 gt_pch_nx (trailing_wide_ints <N> *, void (*) (void *, void *), void *) function
H A Dtree.h5084 extern void gt_pch_nx (tree &);
5085 extern void gt_pch_nx (tree &, gt_pointer_operator, void *);

Completed in 206 milliseconds