HomeSort by: relevance | last modified time | path
    Searched defs:gt_ggc_mx (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
hash-set.h 147 friend void gt_ggc_mx (hash_set<T, false, U> *);
198 gt_ggc_mx (hash_set<K, false, H> *h) function
200 gt_ggc_mx (&h->m_table);
ggc.h 337 gt_ggc_mx (const char *s)
360 inline void gt_ggc_mx (bool) { } function
361 inline void gt_ggc_mx (char) { } function
362 inline void gt_ggc_mx (signed char) { } function
363 inline void gt_ggc_mx (unsigned char) { } function
364 inline void gt_ggc_mx (short) { } function
365 inline void gt_ggc_mx (unsigned short) { } function
366 inline void gt_ggc_mx (int) { } function
367 inline void gt_ggc_mx (unsigned int) { } function
368 inline void gt_ggc_mx (long int) { function
335 gt_ggc_mx (const char *s) function
358 inline void gt_ggc_mx (bool) { } function
359 inline void gt_ggc_mx (char) { } function
369 inline void gt_ggc_mx (unsigned long long int) { } function
    [all...]
ggc-tests.cc 400 /* A global for verifying that the user-provided gt_ggc_mx gets
404 /* User-provided implementation of gt_ggc_mx. */
407 gt_ggc_mx (user_struct *p)
399 gt_ggc_mx (user_struct *p) function
hash-map.h 75 gt_ggc_mx (e.m_key);
76 gt_ggc_mx (e.m_value);
307 template<typename T, typename U, typename V> friend void gt_ggc_mx (hash_map<T, U, V> *);
319 gt_ggc_mx (hash_map<K, V, H> *h) function
321 gt_ggc_mx (&h->m_table);
symbol-summary.h 261 template <typename U> friend void gt_ggc_mx (function_summary <U *> * const &);
319 gt_ggc_mx(function_summary<T *>* const &summary) function
322 gt_ggc_mx (&summary->m_map);
447 template <typename U> friend void gt_ggc_mx (fast_function_summary <U *, va_gc> * const &);
522 gt_ggc_mx (fast_function_summary<T *, va_heap>* const &) function
541 gt_ggc_mx (fast_function_summary<T *, va_gc>* const &summary) function
544 gt_ggc_mx (summary->m_vector);
757 template <typename U> friend void gt_ggc_mx (call_summary <U *> * const &);
802 gt_ggc_mx(call_summary<T *>* const &summary) function
805 gt_ggc_mx (&summary->m_map)
973 gt_ggc_mx (fast_call_summary<T *, va_heap>* const &summary ATTRIBUTE_UNUSED) function
993 gt_ggc_mx (fast_call_summary<T *, va_gc>* const &summary) function
    [all...]
ipa-modref-tree.cc 1036 gt_ggc_mx (modref_tree < int >*const &tt) function
1041 gt_ggc_mx (tt->bases);
1046 gt_ggc_mx (modref_tree < tree_node * >*const &tt) function
1051 gt_ggc_mx (tt->bases);
1060 void gt_ggc_mx (modref_base_node<int>* &b) function
1066 gt_ggc_mx (b->refs);
1070 void gt_ggc_mx (modref_base_node<tree_node*>* &b) function
1076 gt_ggc_mx (b->refs);
1079 gt_ggc_mx (b->base);
1087 void gt_ggc_mx (modref_ref_node<int>* &r function
1097 void gt_ggc_mx (modref_ref_node<tree_node*>* &r) function
1114 void gt_ggc_mx (modref_access_node &) function
    [all...]
hash-table.h 515 template<typename T> friend void gt_ggc_mx (hash_table<T> *);
1240 gt_ggc_mx (hash_table<E> *h) function
machmode.h 1263 gt_ggc_mx (pod_mode<T> *) function
poly-int.h 2644 gt_ggc_mx (poly_int<N, C> *) function
value-range.h 347 friend void gt_ggc_mx (irange *);
471 friend void gt_ggc_mx (frange *);
969 extern void gt_ggc_mx (vrange *);
972 extern void gt_ggc_mx (irange *);
975 extern void gt_ggc_mx (frange *);
981 gt_ggc_mx (int_range<N> *x) function
983 gt_ggc_mx ((irange *) x);
ggc-page.cc 1520 gt_ggc_mx (const char *& x)
1526 gt_ggc_mx (char *& x)
1532 gt_ggc_mx (unsigned char *& x)
1538 gt_ggc_mx (unsigned char& x ATTRIBUTE_UNUSED)
1518 gt_ggc_mx (const char *& x) function
1524 gt_ggc_mx (char *& x) function
1530 gt_ggc_mx (unsigned char *& x) function
1536 gt_ggc_mx (unsigned char& x ATTRIBUTE_UNUSED) function
value-range.cc 2123 gt_ggc_mx (irange *x) function
2126 gt_ggc_mx (x->m_type);
2147 gt_ggc_mx (frange *x) function
2149 gt_ggc_mx (x->m_type);
2165 gt_ggc_mx (vrange *x) function
2168 return gt_ggc_mx ((irange *) x);
2170 return gt_ggc_mx ((frange *) x);
  /src/external/gpl3/gcc.old/dist/gcc/
hash-set.h 142 friend void gt_ggc_mx (hash_set<T, false, U> *);
193 gt_ggc_mx (hash_set<K, false, H> *h) function
195 gt_ggc_mx (&h->m_table);
ggc.h 335 gt_ggc_mx (const char *s)
358 inline void gt_ggc_mx (bool) { } function
359 inline void gt_ggc_mx (char) { } function
360 inline void gt_ggc_mx (signed char) { } function
361 inline void gt_ggc_mx (unsigned char) { } function
362 inline void gt_ggc_mx (short) { } function
363 inline void gt_ggc_mx (unsigned short) { } function
364 inline void gt_ggc_mx (int) { } function
365 inline void gt_ggc_mx (unsigned int) { } function
366 inline void gt_ggc_mx (long int) { function
333 gt_ggc_mx (const char *s) function
356 inline void gt_ggc_mx (bool) { } function
357 inline void gt_ggc_mx (char) { } function
367 inline void gt_ggc_mx (unsigned long long int) { } function
    [all...]
ggc-tests.cc 400 /* A global for verifying that the user-provided gt_ggc_mx gets
404 /* User-provided implementation of gt_ggc_mx. */
407 gt_ggc_mx (user_struct *p)
399 gt_ggc_mx (user_struct *p) function
hash-map.h 75 gt_ggc_mx (e.m_key);
76 gt_ggc_mx (e.m_value);
303 template<typename T, typename U, typename V> friend void gt_ggc_mx (hash_map<T, U, V> *);
315 gt_ggc_mx (hash_map<K, V, H> *h) function
317 gt_ggc_mx (&h->m_table);
symbol-summary.h 261 template <typename U> friend void gt_ggc_mx (function_summary <U *> * const &);
319 gt_ggc_mx(function_summary<T *>* const &summary) function
322 gt_ggc_mx (&summary->m_map);
447 template <typename U> friend void gt_ggc_mx (fast_function_summary <U *, va_gc> * const &);
522 gt_ggc_mx (fast_function_summary<T *, va_heap>* const &) function
541 gt_ggc_mx (fast_function_summary<T *, va_gc>* const &summary) function
544 gt_ggc_mx (summary->m_vector);
757 template <typename U> friend void gt_ggc_mx (call_summary <U *> * const &);
802 gt_ggc_mx(call_summary<T *>* const &summary) function
805 gt_ggc_mx (&summary->m_map)
973 gt_ggc_mx (fast_call_summary<T *, va_heap>* const &summary ATTRIBUTE_UNUSED) function
993 gt_ggc_mx (fast_call_summary<T *, va_gc>* const &summary) function
    [all...]
ipa-modref-tree.cc 1036 gt_ggc_mx (modref_tree < int >*const &tt) function
1041 gt_ggc_mx (tt->bases);
1046 gt_ggc_mx (modref_tree < tree_node * >*const &tt) function
1051 gt_ggc_mx (tt->bases);
1060 void gt_ggc_mx (modref_base_node<int>* &b) function
1066 gt_ggc_mx (b->refs);
1070 void gt_ggc_mx (modref_base_node<tree_node*>* &b) function
1076 gt_ggc_mx (b->refs);
1079 gt_ggc_mx (b->base);
1087 void gt_ggc_mx (modref_ref_node<int>* &r function
1097 void gt_ggc_mx (modref_ref_node<tree_node*>* &r) function
1114 void gt_ggc_mx (modref_access_node &) function
    [all...]
value-range.h 131 friend void gt_ggc_mx (irange *);
160 template <unsigned X> friend void gt_ggc_mx (int_range<X> *);
166 // hash_traits. hash-traits.h defines an extern of gt_ggc_mx (T &)
167 // instead of picking up the gt_ggc_mx (T *) version.
168 friend void gt_ggc_mx (int_range<1> *&);
344 gt_ggc_mx (irange *x) function
348 gt_ggc_mx (x->m_base[i * 2]);
349 gt_ggc_mx (x->m_base[i * 2 + 1]);
375 gt_ggc_mx (int_range<N> *x) function
377 gt_ggc_mx ((irange *) x)
    [all...]
hash-table.h 514 template<typename T> friend void gt_ggc_mx (hash_table<T> *);
1151 gt_ggc_mx (hash_table<E> *h) function
machmode.h 1190 gt_ggc_mx (pod_mode<T> *) function
poly-int.h 2708 gt_ggc_mx (poly_int_pod<N, C> *) function
value-range.cc 2107 // hash_traits. hash-traits.h defines an extern of gt_ggc_mx (T &)
2108 // instead of picking up the gt_ggc_mx (T *) version.
2116 gt_ggc_mx (int_range<1> *&x) function
2118 return gt_ggc_mx ((irange *) x);
ggc-page.cc 1517 gt_ggc_mx (const char *& x)
1523 gt_ggc_mx (char *& x)
1529 gt_ggc_mx (unsigned char *& x)
1535 gt_ggc_mx (unsigned char& x ATTRIBUTE_UNUSED)
1515 gt_ggc_mx (const char *& x) function
1521 gt_ggc_mx (char *& x) function
1527 gt_ggc_mx (unsigned char *& x) function
1533 gt_ggc_mx (unsigned char& x ATTRIBUTE_UNUSED) function
wide-int.h 3332 gt_ggc_mx (generic_wide_int <T> *) function
3350 gt_ggc_mx (trailing_wide_ints <N> *) function

Completed in 63 milliseconds

1 2