| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | symbol-summary.h | 227 template <typename U> friend void gt_pch_nx (function_summary <U *> * const &); in class() 228 template <typename U> friend void gt_pch_nx (function_summary <U *> * const &, in class() 242 gt_pch_nx(function_summary<T *>* const &summary) in gt_pch_nx() function 245 gt_pch_nx (&summary->m_map); in gt_pch_nx() 250 gt_pch_nx(function_summary<T *>* const& summary, gt_pointer_operator op, in gt_pch_nx() function 254 gt_pch_nx (&summary->m_map, op, cookie); in gt_pch_nx() 430 template <typename U> friend void gt_pch_nx (call_summary <U *> * const &); in class() 431 template <typename U> friend void gt_pch_nx (call_summary <U *> * const &, in class() 445 gt_pch_nx(call_summary<T *>* const &summary) in gt_pch_nx() function 448 gt_pch_nx (&summary->m_map); in gt_pch_nx() [all …]
|
| HD | hash-map.h | 73 gt_pch_nx (e.m_key); in class() 74 gt_pch_nx (e.m_value); in class() 93 gt_pch_nx (&x, op, cookie); in class() 250 template<typename T, typename U, typename V> friend void gt_pch_nx (hash_map<T, U, V> *); in class() 251 …template<typename T, typename U, typename V> friend void gt_pch_nx (hash_map<T, U, V> *, gt_pointe… in class() 268 gt_pch_nx (hash_map<K, V, H> *h) in gt_pch_nx() function 270 gt_pch_nx (&h->m_table); in gt_pch_nx() 283 gt_pch_nx (hash_map<K, V, H> *h, gt_pointer_operator op, void *cookie) in gt_pch_nx() function
|
| HD | hash-set.h | 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… 179 gt_pch_nx (hash_set<K, H> *h) in gt_pch_nx() function 181 gt_pch_nx (&h->m_table); in gt_pch_nx() 186 gt_pch_nx (hash_set<K, H> *h, gt_pointer_operator op, void *cookie) in gt_pch_nx() function
|
| HD | stringpool.c | 203 gt_pch_nx (const char *& x) in gt_pch_nx() function 209 gt_pch_nx (unsigned char *& x) in gt_pch_nx() function 215 gt_pch_nx (unsigned char& x ATTRIBUTE_UNUSED) in gt_pch_nx() function 220 gt_pch_nx (unsigned char *x, gt_pointer_operator op, void *cookie) in gt_pch_nx() function
|
| HD | ggc.h | 303 gt_pch_nx (const char *) in gt_pch_nx() function 313 gt_pch_nx (int) in gt_pch_nx() function 318 gt_pch_nx (unsigned int) in gt_pch_nx() function
|
| HD | tree-cfg.h | 29 extern void gt_pch_nx (edge_def *e); 30 extern void gt_pch_nx (edge_def *e, gt_pointer_operator, void *);
|
| HD | hash-table.h | 489 template<typename T> friend void gt_pch_nx (hash_table<T> *); 493 gt_pch_nx (hash_map<T, U, V> *, gt_pointer_operator, void *); 494 template<typename T, typename U> friend void gt_pch_nx (hash_set<T, U> *, 497 template<typename T> friend void gt_pch_nx (hash_table<T> *, 1077 gt_pch_nx (hash_table<D> *h) in gt_pch_nx() function 1094 gt_pch_nx (hash_table<D> *h, gt_pointer_operator op, void *cookie) in gt_pch_nx() function
|
| HD | vec.h | 1234 gt_pch_nx (vec<T, A, vl_embed> *v) 1236 extern void gt_pch_nx (T &); 1238 gt_pch_nx ((*v)[i]); 1243 gt_pch_nx (vec<T *, A, vl_embed> *v, gt_pointer_operator op, void *cookie) 1251 gt_pch_nx (vec<T, A, vl_embed> *v, gt_pointer_operator op, void *cookie) 1253 extern void gt_pch_nx (T *, gt_pointer_operator, void *); 1255 gt_pch_nx (&((*v)[i]), op, cookie);
|
| HD | ggc-tests.c | 418 gt_pch_nx (user_struct *p) in gt_pch_nx() function 426 gt_pch_nx (user_struct *p, gt_pointer_operator op, void *cookie) in gt_pch_nx() function
|
| HD | hash-traits.h | 248 extern void gt_pch_nx (T &); in pch_nx() 249 gt_pch_nx (p); in pch_nx()
|
| HD | gimple-ssa.h | 48 extern void gt_pch_nx (gimple *&);
|
| HD | machmode.h | 1165 gt_pch_nx (pod_mode<T> *) 1171 gt_pch_nx (pod_mode<T> *, void (*) (void *, void *), void *)
|
| HD | tree-cfg.c | 9773 extern void gt_pch_nx (tree&); 9774 extern void gt_pch_nx (gimple *&); 9775 extern void gt_pch_nx (rtx&); 9776 extern void gt_pch_nx (basic_block&); 9779 gt_pch_nx (rtx_insn *& x) in gt_pch_nx() function 9786 gt_pch_nx (edge_def *e) in gt_pch_nx() function 9789 gt_pch_nx (e->src); in gt_pch_nx() 9790 gt_pch_nx (e->dest); in gt_pch_nx() 9792 gt_pch_nx (e->insns.g); in gt_pch_nx() 9794 gt_pch_nx (e->insns.r); in gt_pch_nx() [all …]
|
| HD | wide-int.h | 3255 gt_pch_nx (generic_wide_int <T> *) 3261 gt_pch_nx (generic_wide_int <T> *, void (*) (void *, void *), void *) 3273 gt_pch_nx (trailing_wide_ints <N> *) 3279 gt_pch_nx (trailing_wide_ints <N> *, void (*) (void *, void *), void *)
|
| HD | wide-int.cc | 2204 void gt_pch_nx (widest_int *, void (*) (void *, void *), void *) { } in gt_pch_nx() function 2205 void gt_pch_nx (widest_int *) { } in gt_pch_nx() function
|
| HD | poly-int.h | 2594 gt_pch_nx (poly_int_pod<N, C> *) 2600 gt_pch_nx (poly_int_pod<N, C> *, void (*) (void *, void *), void *)
|
| HD | rtl.h | 4372 extern void gt_pch_nx (rtx &); 4373 extern void gt_pch_nx (rtx &, gt_pointer_operator, void *);
|
| HD | tree.h | 5818 extern void gt_pch_nx (tree &); 5819 extern void gt_pch_nx (tree &, gt_pointer_operator, void *);
|