Searched refs:gt_ggc_mx (Results 1 - 23 of 23) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dhash-set.h91 extern void gt_ggc_mx (T &);
92 gt_ggc_mx (x);
235 template<typename T, typename U> friend void gt_ggc_mx (hash_set<T, U> *);
246 gt_ggc_mx (hash_set<K, H> *h) function
248 gt_ggc_mx (&h->m_table);
H A Dhash-map.h143 gt_ggc_mx (e.m_key);
144 gt_ggc_mx (e.m_value);
305 template<typename T, typename U, typename V> friend void gt_ggc_mx (hash_map<T, U, V> *);
316 gt_ggc_mx (hash_map<K, V, H> *h) function
318 gt_ggc_mx (&h->m_table);
H A Dggc.h306 gt_ggc_mx (const char *s)
317 gt_ggc_mx (int)
304 gt_ggc_mx (const char *s) function
315 gt_ggc_mx (int) function
H A Dsymbol-summary.h267 template <typename U> friend void gt_ggc_mx (function_summary <U *> * const &);
275 gt_ggc_mx(function_summary<T *>* const &summary) function
278 gt_ggc_mx (&summary->m_map);
H A Dtree-cfg.h28 extern void gt_ggc_mx (edge_def *e);
H A Dhash-table.h320 extern void gt_ggc_mx (T &);
321 gt_ggc_mx (p);
1236 template<typename T> friend void gt_ggc_mx (hash_table<T> *);
1699 gt_ggc_mx (hash_table<E> *h) function
H A Dvec.h1094 gt_ggc_mx (vec<T, va_gc> *v)
1096 extern void gt_ggc_mx (T &);
1098 gt_ggc_mx ((*v)[i]);
1103 gt_ggc_mx (vec<T, va_gc_atomic, vl_embed> *v ATTRIBUTE_UNUSED)
H A Dggc-page.c1514 gt_ggc_mx (const char *& x)
1520 gt_ggc_mx (unsigned char *& x)
1526 gt_ggc_mx (unsigned char& x ATTRIBUTE_UNUSED)
1511 gt_ggc_mx (const char *& x) function
1517 gt_ggc_mx (unsigned char *& x) function
1523 gt_ggc_mx (unsigned char& x ATTRIBUTE_UNUSED) function
H A Dtree-cfg.c8780 extern void gt_ggc_mx (tree&);
8781 extern void gt_ggc_mx (gimple&);
8782 extern void gt_ggc_mx (rtx&);
8783 extern void gt_ggc_mx (basic_block&);
8786 gt_ggc_mx (rtx_insn *& x)
8793 gt_ggc_mx (edge_def *e)
8796 gt_ggc_mx (e->src);
8797 gt_ggc_mx (e->dest);
8799 gt_ggc_mx (e->insns.g);
8801 gt_ggc_mx (
8785 gt_ggc_mx (rtx_insn *& x) function
8792 gt_ggc_mx (edge_def *e) function
[all...]
H A Dubsan.c116 extern void gt_ggc_mx (tree_type_map *&);
120 gt_ggc_mx (m);
H A Dcgraph.h2192 extern void gt_ggc_mx (symtab_node *&);
2197 gt_ggc_mx (n);
H A Dtree.h4585 extern void gt_ggc_mx (tree_decl_map *&);
4589 gt_ggc_mx (m);
5083 extern void gt_ggc_mx (tree &);
H A Dwide-int.cc2148 void gt_ggc_mx (widest_int *) { }
H A Dtrans-mem.c499 extern void gt_ggc_mx (tree_map *&);
503 gt_ggc_mx (m);
H A Dwide-int.h3038 gt_ggc_mx (generic_wide_int <T> *) function
3056 gt_ggc_mx (trailing_wide_ints <N> *) function
H A Dtree.c218 extern void gt_ggc_mx (type_hash *&);
222 gt_ggc_mx (t);
286 extern void gt_ggc_mx (tree_vec_map *&);
290 gt_ggc_mx (m);
H A Dvarasm.c5821 extern void gt_ggc_mx (tree_map *&);
5823 gt_ggc_mx (e);
/haiku-buildtools/gcc/gcc/jit/
H A Ddummy-frontend.c104 gcc::jit::active_playback_ctxt->gt_ggc_mx ();
H A Djit-playback.h52 void gt_ggc_mx ();
404 void gt_ggc_mx ();
H A Djit-playback.c147 gt_ggc_mx () function in class:playback::context
154 func->gt_ggc_mx ();
1326 gt_ggc_mx () function in class:playback::function
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dutils.c1192 extern void gt_ggc_mx (pad_type_hash *&);
1196 gt_ggc_mx (t);
H A Ddecl.c159 extern void gt_ggc_mx (tree_int_map *&);
163 gt_ggc_mx (m);
/haiku-buildtools/gcc/gcc/config/i386/
H A Di386.c14373 extern void gt_ggc_mx (tree_map *&);
14377 gt_ggc_mx (m);
[all...]

Completed in 544 milliseconds